Hey folks, we're using a separate board for our triaging.
I was trying to create a filter for this board.
This one works:
project = “Project Name” AND type != Sub-task AND (status = “Status 1” OR status = "Status 2” OR status = "Status 3”)
This one breaks:
project = “Project Name” AND type != Sub-task AND (status = “Status 1” OR status = "Status 2” OR (status = "Status 3” AND created = “-7d”))
The extra condition on "status 3" breaks it.
Am I using a wrong syntax or do we require an add-on to solve this?
Hi,
Welcome to the community
What message do you have ? I tried your JQL and it's working fine. Try to remove the quote around the -7d
Thank you, Mohamed! I thought I tried that already, but it's also working for me.
Thank you again, and sorry for asking this "stupid" and probably redundant question :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't be sorry to ask !!! We're here to ask and help. There is no supide question
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.