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
57 stars 36 forks source link

Not possible to filter by fixVersion or components #7

Closed optilude closed 8 years ago

optilude commented 9 years ago

JIRA uses fixVersion to signify releases, so it's a useful attribute to filter by.

However, if I add this to the Attributes section, I get an error Unknown attribute fixVersion

It is also not possible to filter by components. No error on this one, but it just produces a blank column.

ActionableAgile commented 8 years ago

Those attributes weren't implemented properly. They're fixed now.

Note that the attribute name is fixVersions, not fixVersion.