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

Allow comments in the YAML file #2

Closed optilude closed 8 years ago

optilude commented 8 years ago

The config.yaml file seems to choke on #-commented lines. Is it using a standard YAML parser?

ActionableAgile commented 8 years ago

Comments that start at the beginning of the line have always been supported, but I have added support for comments that begin anywhere in the line.