Forums

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

Not able to add scope: read:field-configuration:jira to Oauth3Lo App

aditnegi1
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!
February 1, 2022

While trying to call GET /rest/api/3/fieldconfiguration, on the documentation(https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations/) it states that -
OAuth scopes requiredmanage:jira-configuration

I added the scope to my Oauth3LO app but still while calling the API I got this response

{"errorMessages":["Access to the resource was denied due to missing scope grants.Your app was granted the following scopes: [read:jira-work, offline_access, write:jira-work, read:jira-user].\nThe resource can be accessed by having one of these groups of:\n * scopes: [read:field-configuration:jira]\n * deprecated scopes: [manage:jira-configuration]\n"]}

And I couldn't find the scope read:field-configuration:jira in the permission sidebar of developer.atlassian.com/console/apps  . Is there any other way to add this scope?

2 answers

0 votes
James Richards
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 2, 2022

Hi @aditnegi1

A few things are going on here. We rolled out new granular scopes on the 26th January, which included many new scopes, and then rolled them back to the original scopes as we had deployment issues with the new scopes.

manage:jira-configuration is an original scope, and should work. What's likely to have happened here is that you saw the new scopes screen which doesn't have this older scope.

You should see the correct scope screen now. Can you try the developer console again, check for the manage:jira-configuration scope, add it and then re-authenticate your app?

Regards,
James.

Jeff Haynie February 16, 2022

any updates on when we can expect this fixed?

0 votes
Rohan Goel
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!
February 1, 2022

In 3LO app the scopes configuration has these scopes

image.png

 

After oauth it asks for `read:field-configuration:jira` scope which isn't present in above screen???

jira-oauth.png

James Richards
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 2, 2022

Hi  @Rohan Goel

You need to update to the new scopes. They are visible now in the Developer Console. You should see a banner at the top requesting you to update.

Regards,
James.

George Cairns
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!
May 4, 2022

Hi @James Richards 

Im trying to do the same thing - I still get the old list of scopes as pictured above, but there's no banner to allow me to update. Has this been rolled out everywhere?

I'd love to be able to get at my sprint data 🤩

Suggest an answer

Log in or Sign up to answer