I am trying to fetch information of a particular Jira issue using rest API.
/rest/api/latest/search?jql=key=NUMR-572&maxResults=1&fields=key,status,summary,customfield_11642,customfield_11643,timeoriginalestimate,timespent,labels,assignee,created,issuetype,issuelinks,emailAddress,aggregatetimespent,subtask
But i can't find issuelinks field in response, though they are present as i can see them when i login on Jira UI . What may be the issue
Hello,
I just executed api/2/issue/{issueIdOrKey} REST API function and I could see issuelinks in the response json. What REST API function do you use?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.