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

Updating query-builder.ts for start/end dates... #43

Closed samiller2013 closed 6 years ago

samiller2013 commented 6 years ago

When building a JIRA JQL query, and you want to return stories between a specific set of dates (start date and end date) you need to use the AND operator (not OR).