Cant find issuelinks via Rest API

Mumtaz Ahmad November 2, 2017

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 

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2017

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?

Suggest an answer

Log in or Sign up to answer