When I make a REST API call for issues on a board I use:
/rest/agile/1.0/board/326/issue?fields=epic,status,issuetype,issuelinks
For the issuelinks I get inwardIssues with id, key, self and fields. Is it possible to customize the data response for inwardIssues in the REST call above? I would like to get fixVersions from the inwardIssues without making one extra REST call for every inwardIssue.
Hi @Peder Alm
I believe the short answer is, "no". You would need to make a second call, perhaps with /search using JQL for those linked issues and return the key and fixVersions to join the results.
Best regards,
Bill
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.