Filtering using 'or'

Hi,

I'm trying to filter my issue list to show submitted issues of either type 'user feature' or type 'technical feature'. I'm trying to do it like this

  1. Submitted (#{User Feature} or #{Technical feature})

but that's not working. Anyone know how I can do it? I know I can write

  1. Submitted #{User Feature} or #Submitted #{Technical feature}

but then I am duplicating all the "and" terms.

Regards,
Philip
0
3 comments
Hi Philip,

Please, use the following query:
#Submitted Type: User feature , Technical feature 

In your case, you need to list several values for one attribute. For that we have a comma symbol (",").
0
Avatar
Permanently deleted user
Perfect, that worked! Thanks
0
Philip,

You are welcome!
0

Please sign in to leave a comment.