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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.