Creating a filter expression with an OR condition
In a plan view, I want to show only work items owned by John Doe or Jane Smith, for example. I can filter for one person using !owner:"Doe, John". But I can't figure out how to filter for both people. !owner:"Doe, John" OR !owner:"Smith, Jane" doesn't seem to work. Does anyone know whether this can be done.