I'm using the POST /rest/api/2/issue/{issueIdOrKey}/worklog endpoint with OAuth authentication. The docs also include a section including info on OAuth scope -> https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-worklogs/#api-rest-api-2-issue-issueidorkey-worklog-post
However it still returns a 403 error OAuth 2.0 is not enabled for this method. Is it possible to submit a feature request for this endpoint to be enabled for OAuth?
Hello @Magnus Arbuthnott ,
According to the documentation the worklog endpoint should already support Oauth 2.0 3LO (the Oauth scope is documented for the endpoint).
If you are getting status code 403 in return, it can be the case that you are using "latest" in the endpoint instead of 2 or 3, as described in below bug ticket:
Can you kindly review above bug ticket and check if you are facing the same issue?
In case you are not facing the same issue, then please let us know:
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.