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.
All scripts are found in Bitbucket at https://bitbucket.org/redradish/jira-ruby-reports/. Some highlights are described below:
Overdue/on-time issue counts per priority

Time worked per user, per sprint
