REST-API: How to include remote issue links in query?

Ashutosh_Kumar November 14, 2019

Hi,

we're retrieving a list of issues via the REST API and would like to have the remote links (more specifically, Web Links) included in the result set. Is this possible?

 Request lookup :

url = "https://xyz.atlassian.net/rest/api/2/search?jql=order by created DESC&maxResults=100&startAt=300&fields=*all"

 

How to get response with remote links(web links) for all the issues.

1 answer

1 vote
Jesús Jorge Muñoz May 18, 2020

Hi @Ashutosh_Kumar ,

My team has also this need but it seems that the REST API does not support this feature at the moment. We ended up by requesting the remote links per each issue by using the REST method /rest/api/2/issue/{issueIdOrKey}/remotelink.

In my opinion these fields should be included in the search REST method scheme as this workaround is very slow when the number of issues queried grows too much.

I hope this helps.

Jesús

Suggest an answer

Log in or Sign up to answer