Download My Document

Transcript
·Bug status
·Custom column drop list
·Workflow
·Workflow Status
·Pipeline
Pre-defined and custom drop lists all follow the same pattern with regards to how to find on them. Please
note that the drop lists here are separate types.
The following operators are ideally used on drop list types:
Equals to
Not equals
to
=
!=
Since the drop list types are represented as a number, the operators for the Number type can also be used.
This can make sense when the drop lists have a specified order such as Severity. You could then search
for all items that have a severity worse than or equal to B: Severity <= Severity(B)
Example
Confidence = "High confidence"
ItemStatus != Completed
Project = "Development project"
BugStatus = Assigned
MyCustomColumnDropList = "Drop list item A"
Pipeline = Cutscene
Workflow = "Sign off"
Explicit typing
Confidence(High, Medium or Low)
Risk(High, Medium or Low)
Priority(High, Medium or Low)