Hello,
I want to build a filter that shows all issues that were in a specific status for a certain number of days in the past.
The current status of the issue is not relevant.
Thanks in advance
Don't think this is possible. The closest you can get is that issues were in a certain status during a period like
status was open during(-5d,-1d) and not status changed during(-5d,-1d)
Maybe you can explain your needs in more details.
Thanks for the quick response!
Lets say I want to build a filter that shows all issues that are currently in the Status "ABC" and have been in the Status "ABC" for more than 10 days, my filter would be:
status = "ABC" AND status changed to "ABC" before -10d
But also I would like to have a filter, that shows all issues that have been in the status "ABC" for 10 days in the past, but can now be in other statuses.
Hope this was understandble. But I also think its not possible.
Thanks in advance anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the first would be : status = ABC and not status changed after -10d in your query could be issues that changed to ABC before ten days but might have changed in the meantime twice: to status x and than again to ABC The second one is not possible - at least I have no solution for that one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.