JIRA Tables and its Mapping

BhauSaheb(Raje) Shedabale July 18, 2016

Hi All,

We are trying to build our own reports through Tableau. We  have Server JIRA installed and need to write SQL queries to fetch particular information. If we get All Tables information and its Data mapping then it will more easy for us.

E.g. We want to Know in which table Release field values are stored.

1 answer

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 18, 2016

It's a really bad idea to try to do this.  The JIRA database is NOT suitable for reporting or anything other than being a datastore for a JIRA server.  It's complex and messy, organically evolved, and you're going to need to find and maintain a hideous data dictionary for it.


There is a data diagram available of course, but it really is aimed at the occaisonal query, not any form of reporting.  See https://developer.atlassian.com/jiradev/jira-platform/jira-architecture/database-schema

Suggest an answer

Log in or Sign up to answer