Forums

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

Jira SQL - How to map Story/Task to Epic/Feature/Initiative

talha Parvaiz September 29, 2020

Good day,

 

Through the back-end Jira DB tables, I want to identify the project hierarchy associated to the ticket

 

as an example I should be able to map Sub task to Story -> Epic -> Feature -> Initiative

 

Please advise which tables to use and how to create the join to JiraIssue table

 

 

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 3, 2020

Don't bother to try to do this from the database, it's slow, inefficient and clunky, you'll need to be reading 16 tables and joining them in multiple places.

Please, stop looking at the database and use the API to fetch what you're looking for.

talha Parvaiz October 4, 2020

Can you please let me know the table names

 

thabks

Nic Brough -Adaptavist-
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 4, 2020

Jiraissue, issuelink, nodeassociation and half the AO tables related to Advanced Roadmaps or the ones related to Structure or however else you have done features and initiatives.

It really is a mess in there, you are using the single worst possible way to approach it.

Like Luqman Jamil likes this
0 votes
talha Parvaiz September 30, 2020

?

Suggest an answer

Log in or Sign up to answer