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 required: manage: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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In 3LO app the scopes configuration has these scopes
After oauth it asks for `read:field-configuration:jira` scope which isn't present in above screen???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 🤩
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.