Search issue counts in workflow phase on specific date

Brad Colvin January 10, 2020

I'm having trouble with relative dates and I'd like a query to use specific dates. I'm building a query similar to

status CHANGED TO ReadyToDeploy During (Date A, Date B)

status was ReadyToDeploy BEFORE Date A

 

but JQL wants to put a relative date [e.g. startofMonth() ].  How do I give this query specific dates? 20191101, 20191130 for example?

1 answer

0 votes
Lenin Raj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 11, 2020

Hi @Brad Colvin

 

I just tried status was "In Progress" BEFORE 2020-01-10 and it works for me:

Screen Shot 2020-01-11 at 10.46.02 pm.png

 

Also status was "In Progress" during (2020-01-05, 2020-01-10) works:

 

Screen Shot 2020-01-11 at 10.47.19 pm.png

Suggest an answer

Log in or Sign up to answer