Dynamic Filter Status Changed between x and y hours

MaRo June 14, 2021

Dear Community,
to improve testing I would like to create a filter showing which items have been set to testing later then 48 hours ago but less than 96 hours ago.

-> changed to status testing 48h <= x <= 96h

How does the filter have to look like?

project = example AND status in ("In INT Test", "In DEV Test") AND ???

Is there somebody so kind to support, creating the filter? That would be awesome.

And if for the more advanced.... is there a possibility that you skip the weekend. So that the weekend doesn't count as working hours?!?

Thank's a lot in advance
Matthias

1 answer

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 14, 2021

Try this

project= example and status CHANGED TO "testing" BEFORE -2d AFTER -4d 

I figured this out referencing this document on Advanced Searching Operators.

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-CHANGEDCHANGED 

MaRo June 15, 2021

thank you a lot. The filter works!

Suggest an answer

Log in or Sign up to answer