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

Updated query-builder.ts for start/end dates #44

Open samiller2013 opened 6 years ago

samiller2013 commented 6 years ago

When specifying start and end dates, one must bundle them together using an AND operator. To still retrieve "unresolved" items, you must move that portion of the query outside of the paren' and make it a separate clause.