I am looking for the jira cloud api which should fetch the jira issue development panel information , i want to fetch the pull request details like
pr id , url which are linked/associated with my jira issue.
I have found that rest/dev-status api https://NAME.atlassian.net/rest/dev-status/latest/issue/detail?issueId=10195&applicationType=GitHub&dataType=pullRequest but
there is no official documentation for this .
This is an private api which return development information herefore, they are not part of the official Jira Software REST APIs,
they are not supported and they can change without any notice.
I have inspected the jira UI deveopment panel i have found that here they are using grapgql for getting the pull request data does any api is exist for fetching the
pull request details of issue using graphql or other jira cloud api for prs details
Jira cloud API for getting issue associated PRS , i tried dev-status api but is not official from jira. graphql i am trying but unable to prapare the query may i know the official jira cloud api for graphql query for fetching issue prs.