Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to get Github links from the Development field via Jira API

ajith_kumar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 14, 2025

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 

1 answer

0 votes
Bo Zhao
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 15, 2025

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.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events