Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA REST API - retrieving issue links

mysttt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 24, 2019

I am building a JIRA REST API call with JQL to return a group of matched issues, the filter  goes like "project = 12413 AND status = Development AND issuetype = Story"

 

I would like to have the JSON result to contain "remote links" information under "issue links" section,  but it does not.

 

For example, if I, in the UI, create a "http://test.com" remote link under "issue links" section, it won't appear in the JSON result.

 

I understand that if we query specific issue, the "field" can be specified like the question below. But it seems "field" cannot be used in my JQL query built above.

https://community.atlassian.com/t5/Jira-Software-questions/How-to-retrieve-specific-field-using-Jira-Restful-API/qaq-p/699547

 

 

0 answers

Suggest an answer

Log in or Sign up to answer