I have a project that has been running for 8 months in JIRA. I want to build charts that will show the historical data to determine Cycle Time in every status that is on the board. For resolved and unresolved issues. The company has not installed the plugin that will allow this to be completed.
My goal is to pull all historical data and create a pivot table to determine team progress, constraints and the value that the team has delivered. How do I extract the data from JIRA?
Based on what you want to achieve, the add-on Time in Status for Jira Cloud by SaaSJet maybe an on-point solution for you. With this tool you can easily track the number of times an issue has been in every status. Also, you can get the information about the time in status for each stage in a workflow and the number of times a task has gone from status to status.
Moreover, you can export all necessary data as a report in XLS or CVS file and set up a teamwork schedule to exclude non-working hours or days. Based on this extracted custom report you can proceed with your analysis by building charts etc.
If you want to have a detailed view of how your issues are following the workflow, you can try Issue History. This add-on will display you the history of all changes that had been made by your team in selected issues.
You can try SmartQL - https://marketplace.atlassian.com/apps/1218767/smart-ql-sql-jql-easy-reporting?hosting=server&tab=overview
With SmartQL you can use SQL, SQL and XPATH to extract data from views exposed by the addon. Then you can export data by csv. You can even connect external tools to the addon/JIRA with jdbc (feature of SmartQL).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thomas Cucolo,
There's no simple answer. The option's I know of require additional apps or a bit of technical know-how.
Apps you could request include Time in Status and eazyBI. Both will give you what you need in different ways.
It 's possible to get historical data from issues via the REST API. But that is limited and will require some technical know-how.
Another option would be to query your DB directly. But that would require access to your database.
Hope that helps,
Gary.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah I requested a list of all project issues from the DB team. Still waiting. I was going to import into Excel and get the information
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.