How to combine two names in the same Equals filter?

I’m pulling Jira tickets by Assignee (user) and would like to combine names into a single filter so I’m not having to create dozens of individual filters.

I’ve tried using | and {{OR}} and the “or” operator and nothing seems to work:

The best I get is all Name A tickets, but never both.

What am I missing?

You just add a second condition to the filter.
image

1 Like

Unfortunately, as this is a search module filter (as opposed to a Make filter between two modules), you have to add each OR filter condition separately.

The exception is if there are other suitable text or array operators. Could you open up the Operators drop-down list and take a screenshot of that for us?

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks, @samliew!

Is this what you’re looking for?

1 Like

It appears that you might be able to use “In ( (…values) )” to search the Assignee field by multiple values using that option.

However I’m not quite sure of the correct format. Please take a look at the JIRA API documentation to find out what to use.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.