I need to fetch all issues that was created between two dates that is from the same date last year to till date

harsha devavarapu October 20, 2016
 

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 20, 2016

I don't understand what you mean by "same date".  Same date as what?

Date range queries are easy in JQL - "created > -1y and updated < -3w" for example gets everything created in the last year and last updated more than 3 weeks ago.  You can use absolute (fixed) dates if you need them, and functions that can fetch things like "start of week"

Suggest an answer

Log in or Sign up to answer