ActionableAgile / jira-to-analytics

This code extracts data from Jira based on a yaml config file, and outputs a properly formatted CSV that can be read by the ActionableAgile Analytics tool.
https://www.actionableagile.com
GNU General Public License v2.0
58 stars 36 forks source link

Make JIRA statuses case-insensitive #3

Closed optilude closed 8 years ago

optilude commented 8 years ago

JIRA always prints workflow statuses in all upper-case. This means that it is actually quite hard to work out what the actual case-sensitive name of a workflow status is[1]. It would be good if jira-to-analytics didn't care, as unknown statuses are silently ignored.

[1] One way is to hit the API endpoint in your browser, e.g. https://<server>/rest/api/2/project/<projectKey>/statuses

ActionableAgile commented 8 years ago

The latest version of the tool ignores the case of the Jira workflow stages (statuses).