Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

OAuth 2.0 is not enabled for this method. Agile API

Brevy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 27, 2021

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. 

1 answer

1 accepted

1 vote
Answer accepted
Sunny Ape
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 27, 2021

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.

Suggest an answer

Log in or Sign up to answer