When viewing the Jira issues in the browser, I can click on the Goals on the sidebar, and it shows the Atlas goals. This is useful, but is there a way to query this same information via the API?
Hello Joseph,
Thank you for your answer, but seems likely that since there is a way to access it through the front end, there must be an API. Perhaps it is not public.... I have been able to identify the url of the API that is used within the browser.
https://team.atlassian.com/gateway/api/watermelon/graphql?operationName=LinkedGoalsScreenQuery
My question is: Is there way to officially use this API? Documentation? Examples?
Best,
David
My question is: Is there way to officially use this API?
Nope. It's an internal API endpoint that's used to build the GUI interface.
Perhaps it is not public.
Correct, it's not public, therefore it can't be accessed outside the web browser session.
After opening a support ticket with Atlassian they finally created a feature request for the product team working on GOALS: https://jira.atlassian.com/browse/ATLAS-140
Please vote for that issue and leave a comment why you need the API.