The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

SQL query to fetch hierarchy level details

buchi babu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 3, 2019

We have requirement to fetch data from Jira databade

Project-->Epic-->Feture-->Issues
This is requirement from one of our clients. So we need to write queries to fetch data from backend Database.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Amith Mathur {Appfire}
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 Champions.
November 3, 2019

Hi @buchi babu , 

Welcome to the Atlassian Community!

You would be able to write any queries based on the column names and the table names. The issues exist in the jiraissue table. 

Please review the below link to find or view a Jira issue from the database using SQL

Thanks,
Amith Mathur

buchi babu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 3, 2019

HI Amith,

 

Thanks for your quick response I am actually looking for a solution to get hierarchy level details in same query for hierarchy as follows  Projects, EPICs and Features.

Requirement is to show them in different columns in same table.

 

Thanks