Forums

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

Syncing epic link data via REST API from JIRA 8.3.2

EeroNevalainen October 10, 2019

I am syncing data from a JIRA instance (currently 8.3.2 in my case) into a database. I'm running into trouble when trying to maintain epic link data. There are a couple of pain points, which together make me feel like I'm running against a wall here...

1) When loading an issue, the issuelinks list is always empty. I haven't been able to figure out how the epic link issuelink might be goaded into being loaded through the element. This would be the sanest way to get the epic link information. 

2) When an issue is created, webhook calls for issuelink and issue creation arrive in the wrong order -- issuelink comes first, issue second. Is there anything I can do to influence this, even though this would be a suboptimal solution.

 

1 answer

0 votes
fran garcia gomera
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.
October 11, 2019

I don't understand what are you trying to get.

If you could explain your problem in a little more detail maybe i could try  to help you

I show you the way jira database stores those datas in case it could help you.

This is the list of linktypes in my jira

linktype.png

and the issuelink table looks like this

issuelink.png

Though you have a customfield called 'epic link', that information doesn't appear in the customfieldvalue table of jira (but it can be taken via API)

Hope this gives you any clue

Suggest an answer

Log in or Sign up to answer