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

data import: Dates in versions prevent import #24

Open ckmod opened 7 years ago

ckmod commented 7 years ago

Hi,

when I have defined versions starting with a date, e.g. 2016-05-17_whatever_version the import complains that the version field contains date values. Deleting the preceding date helps and it works.

Kind regards Claus