Something like `updatedDate` that only takes status changes into account?

Borek Bernard September 13, 2015

My intention is to have a Quick Filter in JIRA agile board that would show me only tickets that were moved in the last week. I tried this:

updatedDate >= startOfWeek("-1") AND updatedDate < startOfWeek()

but it includes not only state changes but any kind of change, e.g., comments on an old tickets etc. How can I update the query to only include tickets that were actually moved in that period?

1 answer

1 accepted

0 votes
Answer accepted
Borek Bernard September 13, 2015
status changed DURING (startOfWeek("-1"), startOfWeek())

Suggest an answer

Log in or Sign up to answer