REST API: Customize output for issueLinks and outwardIssue/inwardIssue

Peder Alm April 30, 2021

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.

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
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 30, 2021

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

Suggest an answer

Log in or Sign up to answer