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.