Hello -
I have recently begun to experiment with my JIRA data to be visually represented in Microsoft PowerBi. I am beginning to understand how some of the database tables relate in order to create relationships.
An example of a relationship in PowerBI is importing tables jiraissue and customfieldvalue. I then establish the relationship with jiraissue.ID to customfieldvalue.ISSUE.
I am trying to answer the question of "from the date an Issue had arrived on a particular status, how long did it take for that Issue to get resolved?" I am struggling with this at the moment.
Does anyone know which database tables / relationships I should be looking into in order to determine the dates of when Issues were transitioned to statuses? I am lost at the moment.
I'd be very grateful for any advice / direction through JIRA's database.