Forums

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

Recreating JIRA Service desk reports in Power BI

Jason Yeung
Contributor
October 2, 2020

Hi,

In the JIRA Service desk, I could create reports by going to the JIRA Project, then Reports and New Report. Then I name the report and add some series. After doing this, there will be records saved in the "jiraschema.AO_54307E_Series" and "jiraschema.AO_54307E_Report" tables.

I need to recreate these reports in Power BI as most of our company's reports are located there and my supervisor wants the reports all in 1 place.

I was planning to create some data transformation tasks that would grab the necessary information from the JIRA database and saves it into our data warehouse database, where Power BI could query and display the report. However I can't find a data dictionary to indicate what the JIRA tables are for or the  relationships between tables (I only want to copy what data I need and not transfer everything.). I'm trying to avoid having Power BI query the JIRA database directly.

I was wondering if there is a data dictionary or data model which details the JIRA and JIRA Service desk tables?

Sincerely,

Jason

 

 

 

1 answer

1 accepted

1 vote
Answer accepted
Manuel Bastardo Castellano
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

is it less complicated to use an add-on that is already in charge of preparing the dataset to consume in Power BI such as Power BI connector 

however if you want to extract directly from the database you can find the model of your instance in the path:

WEB-INF / classes / entitydefs / entitymodel.xml

There are different database schemes you can consult a pdf with the diagram of each type on this page

Database-schema 

Jason Yeung
Contributor
October 5, 2020

Thanks for the info. I have considered an add-on, but there is a cost / licensing fee associated with them. I have to prepare that I don't get authorization to purchase the add-on from my supervisor.

Suggest an answer

Log in or Sign up to answer