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 parameter to configure batch size #12

Closed gomfunkel closed 8 years ago

gomfunkel commented 8 years ago

Added a configuration parameter in the connection section allowing to set the batch size for fetching Jira issues without needing to recompile. Thanks for merging!