Table of Contents |
---|
Search
The I field can be used as a filter to return issues with specific light values in Jira Issue Search.
Click “+More” in search navigation to add the required field to the filter bar → add STAGIL Traffic Light Field. Type in the field light or name value. Find the same field in the “Columns” drop-down and proceed with the search.
For example, the name value “Delayed” of Traffic Lights field “Timeline” has returned the following results:
You can also use light values for issue search. See the example below. Field filter“Cost” has returned all issues with traffic lights with Left values.
Advanced Issue Search & JQL
Advanced search is available via the following operators:
Code Block |
---|
"field name" is EMPTY "field name" is not EMPTY "field name.issue" = issue.key-n - returns all issue where issue.key-n is selected in "field name.issue" "field name.issue" != issue.key-n "field name.issue" not in (issue.key-n, ...) "field name.issue" != issue.key-n in (issue.key-n, ...) |
The Issue Picker field can also be selected as a column in the issue search table