I am trying to access boards and sprints through the Jira API. Our application currently is using the cloud api. I noticed when I query `/rest/agile/1.0/board` I get the error message `OAuth 2.0 is not enabled for this method.`
Is downgrading our application to OAuth 1.0 the only way to fix this? It would be unnecessarily time consuming to downgrade the entire OAuth flow in my app just for Jira.
Hello @Brevy
Yes, unfortunately the REST API for Jira Software Cloud is yet to inherit OAuth 2.0, so you're currently limited to OAuth 1.0 or Basic authentication.
Refer to JSWCLOUD-18874 for the associated feature request and the progress of implementing it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.