Is there a way to create a custom prompt on a report that allows you to search for issue names with an OR so that you can find multiple name values? | Community
Skip to main content
Level 2
August 31, 2020
Question

Is there a way to create a custom prompt on a report that allows you to search for issue names with an OR so that you can find multiple name values?

  • August 31, 2020
  • 1 reply
  • 504 views

For example:

Name - Contains - Yellow

OR Blue

OR Green

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 3
September 15, 2020

I was hoping someone else had answered this because I was trying to do something similar with a custom prompt for task name that contained OR.

Anyway, this is what I came up with for the Custom Prompt condition field that uses an OR statement. Maybe it will help.

name=yellow&name_Mod=cicontains&OR:1:name=blue&OR:1:name_Mod=cicontains&OR:2:name=green&OR:2:name_Mod=cicontains