/
Usage Guide
Usage Guide
Viewing Issue
If the custom field is placed in the view issue screen, it will display the Traffic Light color and the number of working days elapsed
Searching
The Traffic Light custom field is searchable by the color name: Red, Yellow, Green, White
Traffic Light Color | Description |
---|---|
Green | The Traffic Light color will initially be green unless its mapping configuration specifies otherwise |
Yellow | The color yellow is determined by the mapping configuration for the Traffic Light |
Red | The color red is determined by the mapping configuration for the Traffic Light |
White | If an issue cannot match any mapping conditions due to an edit, the Traffic Light becomes White color since the color cannot be determined. |
It is searchable with JQL
It is possible to search for issues that has been initialised with day elapsed post function by using the NOT EMPTY clause. An example with Days Elapsed as the Traffic Light custom field will be
project = DAYS AND issuetype = Request AND "Days Elapsed" is not EMPTY
It can also be sortable in the order: Red, Yellow, Green
project = DAYS ORDER BY "Days Elapsed"
Reporting in Dashboards
The Traffic Light custom field can also be used in various reporting gadgets
2 Dimensional Filter Gadget
Issue Statistics Gadget
Filter Results Gadget
, multiple selections available,
Related content
Calculate Days Elapsed Post Function
Calculate Days Elapsed Post Function
More like this
Calculate Days Elapsed Post Function [ver. 0.9.0]
Calculate Days Elapsed Post Function [ver. 0.9.0]
More like this
Searching of Traffic Light SLA Color and Days Elapsed
Searching of Traffic Light SLA Color and Days Elapsed
More like this
Configure Days Mapping
Configure Days Mapping
More like this
Adding Traffic Light Custom Field
Adding Traffic Light Custom Field
More like this
Quick Start Guide
Quick Start Guide
More like this