-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Space - Development - Releases
-
None
-
5
Issue Summary
Marketplace partners are trying to develop solutions to integrate their apps with Jira's Development custom fields (branch, commit, pull request, ...), but there are no suitable tools for partners to access this information.
For the moment, there's only an /rest/dev-status/ endpoint that requires a bearer token and enables partners to utilize it.
Further analyzing it, we've noticed there's a developmentInformation GraphQL query that would grant access to that information, but this endpoint is only available to internal Atlassian usage.
We'd like to request adding a scope available to OAuth 2.0 and Forge applications that allows partners to utilize the developmentInformation GraphQL query.
GraphQL query example here
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available