I’m trying to build an integration that publishes updates via the Compass GraphQL API however I’ve noticed that:
- I can’t see Compass as part of the scopes in the developer console
- There seems to be little documentation on creating an access token using oAuth
If I try to perform an implicit login with the read:component:compass scope, I get an error:
INFORMATION FOR THE OWNER OF COMPASS-RELEASE-INPUT
This app has requested compass scopes that have not been added to the app. Configure the app at https://developer.atlassian.com/apps and add the following scopes to the compass: read:component:compass.
How do enable Compass and then authenticate? Preferably client_credentials or in a way that allows me to build a service that can push updates to compass components.