Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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
Unlock your potential and learn how to use Jira Product Discovery to your advantage. You’ll have the expertise to revolutionize ideas and insights, roadmapping, engage and align teams and stakeholders, and deliver the best solutions—faster. Enroll today!
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.