Oauth2.0 method not enabled for edit issue property api

When I hit PUT /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}
I get 403 with error OAuth 2.0 is not enabled for this method

I have checked my oauth3lo app has write:jira-work scope

How should I go about it, where are things breaking?

@RohanGoel,

Take a close look at the documentation on how to construct the request URL for OAuth 2 3LO. Make sure you are making a request that looks like https://api.atlassian.com/ex/jira/{cloudid}/{api}, not https://{sitename}.atlassian.com/{api}.

1 Like