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

Labels attribute is not very useful #4

Closed optilude closed 8 years ago

optilude commented 8 years ago

When extracting labels (one of the examples in the default config.yaml) you get a flattened, semicolon-separated list for any issues with more than one label. This is pretty useless. It would be better if the Analytics tool could understand this and present all individual labels as filter options.

ActionableAgile commented 8 years ago

Analytics will probably support this in the future, but regardless this is the best behavior for jira-to-analytics. There's nothing to be done in this project.