You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

JIRA users occasionally need to generate statistical reports to track KPIs, answering questions such as:

  • How many hours were logged during the last sprint?
  • What is the per-user breakdown of hours logged in the last sprint?
  • How many Story Points were resolved in the last sprint?
  • How many issues were resolved before or after their due date?

The scripts in this section utilize JIRA's REST API to generate text-based reports, suitable for automatic generation and emailing.

Scripts

All scripts are found in Bitbucket at https://bitbucket.org/redradish/jira-ruby-reports/. Some highlights are described below:

  • No labels