Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Is there a way to search multiple tickets using the text in summary?
Summary boxes contain ID numbers and now I want to search for a list of ID numbers for eg: 1, 2, 3, 4
Individually, summary ~ "1" works
but when i tried including multiple numbers, it's not liking it
I've tried:
summary ~ "1, 2, 3, 4"
summary ~ "1", "2", "3", "4"
Hello,
Use the OR keyword:
summary ~ "1" or summary ~ "2" or summary ~ "3" or summary ~ "4"
it works thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are most welcome!
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.