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
Try this
project= example and status CHANGED TO "testing" BEFORE -2d AFTER -4d
I figured this out referencing this document on Advanced Searching Operators.
thank you a lot. The filter works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.