I am doing some forecasting and what I really want to know is how the size of JIRA has changed over time. I have already pulled the number of issues in JIRA for the last 4 years, but that just tells a portion of the story.
Is there a way to get the number of projects we had 3 years ago? Obviously, from the System Info I can get a lot of information for today, but is there anyway to get some of that information from 3 years ago (or some other time frame) ? Agile Boards, Users, Workflows, Custom Fields, etc would all be nice to know when forecasting growth.
For the last few years, it is not possible. But going forward, you should be able to do this with the new "Audit Log" functionality in JIRA. It now logs the key events like project creation, custom field creation etc. You should be able to pull that data from DB and do some forecasting or write a plugin that does the same.
Using the Better Excel Plugin, you can export any property of any object in the JIRA model, and analyze the data set in Excel.
For example, write a little Groovy script for the plugin that gets the ProjectManager from JIRA internals, queries all projects from it, and then create a simple Excel template that renders each project with its creation date in a separate Excel spreadsheet line. You can then easily graph this data.
You can apply the similar idea to boards, users, workflows, custom fields, etc.
The limitation in this is that if an object was deleted any time (i.e. it is not existing right now), then it will not appear in the report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For tracking issue count as one metric the Created vs Resolved gadget helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi robin,
could you please explain- "But going forward" do you mean to say - with JIRA 6.4 version we have audit log functionality ?
or do we have this feature in current 6.3.13
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is in 6.3.13. See https://confluence.atlassian.com/display/JIRA/Auditing+in+JIRA
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.