Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

TheLalaMan July 2, 2013

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? We would like to avoid querying each ticket individually for this, as described in the API docs.

Our query looks like this: .../rest/api/2/search?jql=Our Filter Criteria Here

Any hints would be greatly appreciated... Thanks!

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
TheLalaMan July 9, 2013

Seems like there is no other way, so we went for the solution of looping over all issues from the result and retrieving their remote links individually. We didn't want to bypass the REST API by parsing the common URL in this particular case due to our coding conventions.

0 votes
TheLalaMan July 3, 2013

@Zulfadli: No- as stated above, we would like to avoid querying each ticket from the result set individually. I was hoping it was somehow possible to include the field with the issue links directly in the result.

0 votes
Zul NS _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 3, 2013

Are the issues retrieved is with the IssueKey? If yes, you can place the IssueKey to the common URL to open an issue

http://<jira-url>/browse/<IssueKey>

TAGS
AUG Leaders

Atlassian Community Events