Skip to main content

Hello Team,

I have an old developer App that is used by multiple users. Now, I want to enable additional scopes in the app, but the scopes are not getting enabled.

These are the steps I'm following: I click on scopes to add, then click install app. It says it's successfully installed and returns with an access token, but I refresh the page to confirm and it's actually not added.

I would really appreciate any help fixing this as soon as possible.

 

 

 

Hey @KalimuthuZluri - can you share the Client Id of the app you are trying to make the scope changes to, we can look into a bit more then. 

Cheers,

Chris


Thanks for the revert Chris.

 

Here is the client id - 3074457359337988034


@KalimuthuZluri I can see the following scopes are present for your app:
 

 "scopes": :
{
"key": "boards:write",
"description": "Modify boards you have access to"
},
{
"key": "team:read",
"description": "Read current team information"
},
{
"key": "identity:read",
"description": "Read profile information for current user"
},
{
"key": "boards:read",
"description": "Read boards you have access to"
},
{
"key": "identity:write",
"description": "Modify profile information for current user"
},
{
"key": "team:write",
"description": "Modify current team title, invite users, change users' roles"
},
{
"key": "auditlogs:read",
"description": "Read audit logs for this team's organization"
}
],

Was it auditlogs:read you were trying to add or another Enterprise scope? 

Also, are you one of the two Company Admins on the team which owns this app? As it mentions on the page:
 

 


I’m trying to add these scopes, Audit log(auditlogs:read) is already enabled.

 

  • organizations:read
  • organizations:teams:read
  • organizations:teams:write

 

 

 


Yes, I’m the company admin of the team


Hey @KalimuthuZluri - we’ve manually added the scopes to the app now. Can you check on your side that everything looks ok?


Awesome! thank you so much.

 

Can you also enabled these one too as it might be required in future.

 

 


@KalimuthuZluri - we’ve added those two as well now!


@Chris Parker Is there an official process to have these scopes added to my app as well? I’m planning to build using the organizations API endpoints. Please let me know if I need to send over an app ID or if there is a better way.
Thanks


Hey @spoke_dan - you should just be able to add the scopes and observe it save (see the screenshot below). Are you seeing the same issue described by KalimuthuZluri where the changes you make aren’t saved? 
 

 


Reply