I hope you´re doing well
How can I do or which syntax to use in the following scenario
I want to filter for example all the sub-issues in status "a","b","c" for a time less than a month
I understand I can not use "resolved by -30d because this only filter an specific status and I need few statuses.
Welcome to the Atlassian Community!
"Resolved" is about the resolution date, nothing to do with status.
You need "status changed to (a, b, c) after -30d"
I'm not sure from memory if you can use (a, b, c) like that, you might need to run three separately, joined with "or"s
Thanks a lot Nic, I'll try with those ones.
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.