You can also specify search criteria for fields other than Title and Description. To specify the work item field name, type the search string as shown in the following examples.
To find all of the work items that are in the Active state, specify one of the following two search strings:
system.State=Active
State=Active
To find all of the Bug work item types that are in the Active state:
State=Active WorkItemType=bug
Note: |
|---|
If the text for which you are searching contains spaces, you must enclose it in quotation marks. For example, when you search for work items assigned to a team member, use the format System.AssignedTo="
First Last".
|
The following table lists the shortcut identifiers for several frequently used fields that you can use when you create a search string:
Shortcut
|
Field
|
|---|
A
|
AssignedTo
|
C
|
CreatedBy
|
S
|
State
|
T
|
WorkItemType
|
The following examples show how to use a shortcut identifier that specifies the State field to search for work items.