Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

The Traffic Light 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.

Image RemovedImage Added

Advanced Issue Search & JQL

STAGIL Traffic Light field name has two formats that can be used in JQL queries.

Traffic Light.name = Name option

For example, field Timeline.name = will show all name options available for this field. Selecting the option “Overdue” will return all issues with this value in the ”Timeline” field.

Image RemovedImage Added

Traffic Light.light = Light option

For example, field Timeline.light = will show all name options available for this field. Selecting the option “Middle” will return all issues with this value in the ”Timeline” field, that in this case equals yellow.

Image RemovedImage Added