Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Where are "Epic link" records stored in JiraDB?

Иван Мельник July 4, 2016

Could you plz help me to find out where the links between issue and epics are stored in JiraDB.

jiradb.issuelink has no such data

it seemed to be store in jiradb.customfieldvalue (because we can find "epic link" customfield in jiradb.customfield) but there is no such data as well

PS The data from JiraDB is used in Microsoft reporting services for complex reports.

Not for malipulations avoid JIRA Application or JIRA Rest API

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
LeymanVladislav October 24, 2018

select il.source epick_link from issuelink il
where il.destination = issue.id
and il.linktype = 10170

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 24, 2018

That will almost certainly only be right for some Jira installations.

Please don't encourage people to do bad things like use the database directly.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 4, 2016

Another good reason you should be using the APIs, rather than the database.

Last time I looked, there's a hidden link type in the issuelink table.

Иван Мельник July 4, 2016

Thanks a lot. I've found them in jiradb.issuelink

TAGS
AUG Leaders

Atlassian Community Events