Search across multiple projects

Michael Stewart March 5, 2013

I am trying to search thru multiple projects for the work assigned to one assignee I an new to using the search features and tried the following and received no results:

project = ACTIVEDIRECTORY OR project = "Exchange 2010" AND assignee = JasonM

I am trying to find all work for JasonM in both ACTIVEDIRECTORY and "Exchange 2010"

2 answers

1 accepted

7 votes
Answer accepted
Vidic Florjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 5, 2013

Try this:

(project = ACTIVEDIRECTORY OR project = "Exchange 2010") AND assignee = JasonM

or

project in(ACTIVEDIRECTORY, "Exchange 2010") AND assignee = JasonM

Michael Stewart March 5, 2013

Thank you Vidic. That worked. You rock!!!

Randy Casey December 9, 2016
project in (PROJ_1, PROJ_2) AND ...

that worked great for me.

 

Like # people like this
Wim Kerstens February 19, 2017

... and if you only know a part of the project's name? Is it somehow possible to look for all projects that have "HCI" in their names ?

0 votes
Gold March 26, 2021

Hi can you give the good query plase

Suggest an answer

Log in or Sign up to answer