Hello!
I’ve decided to explore Forge tutorials a bit further and trying to get a list of Jira worklogs, but got an issue. I would appreciate any suggestions.
I get ‘OAuth 2.0 is not enabled for this method.’ error when using /rest/api/3/worklog/list
endpoint. The result is the same for asApp() and asUser() methods. I’ve added all the necessary scopes and permissions.
I’m successful with requests for other endpoints, for example: /rest/api/3/worklog/updated
doesn’t return an error.