Hello,
We are trying to create a report for deployment tickets with Github Branch, PR and commit's data.
We are using the Jira API --> https://goevive.atlassian.net/rest/api/3/issue/<ISSUE_KEY>?fields=*all", we are not getting the complete details about the development links fields.
This is what we are getting from API response, this is not giving the Github details like Branch, PR, etc...
"customfield_10000": "{pullrequest={dataType=pullrequest, state=OPEN, stateCount=3}, json={\"cachedValue\":{\"errors\":[],\"summary\":{\"pullrequest\":{\"overall\":{\"count\":3,\"lastUpdated\":\"2025-03-11T15:22:48.000+0530\",\"stateCount\":3,\"state\":\"OPEN\",\"dataType\":\"pullrequest\",\"open\":true},\"byInstanceType\":{\"GitHub\":{\"count\":3,\"name\":\"GitHub\"}}}}},\"isStale\":true}}",
Is there any other we can get the data out from Jira API?
Thanks
Hi Ajith,
Welcome to the community.
There has been a long discussion on this and obviously many of us have been trying the same.
You can check the below thread for more:
https://jira.atlassian.com/browse/JRACLOUD-92947
An unofficial workaround mentioned in the thread is using the endpoint: /rest/dev-status/latest/issue/summary?issueId=<ISSUE_ID>, it hasn't been working for me though but worth giving it a go.
Otherwise, scan all your Projects/PRs via Github GraphQL API and list down all the backlinks to Jira, which might be quite intense when you have big projects going on.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.