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

Added support for automatically including Epic Status status history … #20

Closed johnrjj closed 8 years ago

johnrjj commented 8 years ago

…into the extraction process for date analysis. Also added a realtime progress bar to the CLI version of the app. Currently working on way to make 'Epic Status' (or any attribute history) be included into the data analysis/extraction process and make it configurable. It is currently set to default to include Epic Status. To use, simply add the stages of your Epic Status to the workflow list.

NOTE: If your Status and Epic Status have the same stages (for example: 'to do', 'in progress', and 'done') the extraction tool will combine the histories for them. Most Status and Epic Status move together. anyways. But a configurable solution is in development.

Also added a sweet new progress bar for the command line version!