Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue
Scripts (mostly written in Ruby) generating reports from a remote JIRA, via JIRA's REST API.
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:

...