Forums

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

Trying to xtract "EPCI LINK" information from jira API url. But field isn't there even it's in board

Kishore D
Contributor
December 8, 2022

Trying to extract "EPCI LINK" information from jira API url. But field isn't there even it's in board.

Could you please let us know reason for that.

Jira api is:
https://<jira_datacenter>/rest/api/2/search?jql=project=TEST123&startAt=0  

1 answer

0 votes
Alex Koxaras _Relational_
Community Champion
December 8, 2022

Hi @Kishore D 

If the Epic Link is populated, then the above http request will provide that field. However, epic link, since it can be found under Custom Fields, will be visible with its id and NOT its name:

epic link id.png

 

epic link JSON.png

Suggest an answer

Log in or Sign up to answer