Hi I read the documentation where it quotes that cloud id can be same across multiple containers within a product service.
https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/#get-list-of-resources
Each item in the response describes a container (for example, a Jira site) that your app has access to, the scopes associated with that access, and metadata such as the name and avatar URL (if any). It's important to understand that this endpoint won't tell you anything about the user's permissions, which may limit the resources that your app can access via the site's APIs.
Note, the id
is not unique across containers (that is, two entries in the results can have the same id
), so you may need to infer the type of container from its scopes.
Do we have detailed reference about the cases where this can happen?
We are working on jira app integration but would like to identify edge cases where these scenarios would occur so that we handle business logic appropriately.