Forums

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

Get custom fields from linked issues with Jira API

Markus Rösner
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!
August 7, 2019

Hello,

I am reading issues (Epics) and their fields from the JIRA API.

Additionally, I get linked Issues (Themes which are linked - "implements") from the Epics.
(from the API field Issuelinks).

Now I can read the issue id, key and some fields (summary, status, priority, issuetype) from the linked issues.

My problem is: I need to get custom fields from the linked issue (which are not available).

 

Is there a way I can access them only with reading the epics? What can I do?

 

Best Regards,

Markus

 

2 answers

0 votes
white October 23, 2022

Hi,

I'm having the same problem, have you solved it ?

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 7, 2019

Hello @Markus Rösner 

As per the REST API you get only basic system fields of the linkedIssue hence the only way it seems possible is to iterate over the list of linkedIssue and do a REST call for each one of them and in that rest call just fetch the desired custom field value of the LinkedIssue.

Suggest an answer

Log in or Sign up to answer