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

Do not ignore offset en batchsize #46

Closed Dirklectisch closed 6 years ago

Dirklectisch commented 6 years ago

Offset en batchSize were ignored when fetching issues. This resulted in the first item being pulled over and over again. This fixes issue #45 .

johnrjj commented 6 years ago

Thanks for catching this - I must have some unpushed changes to master, because the official release files don't seem to have this problem