Traffic Lights Configuration
Traffic Light field values are configured on the field configuration page. Go to Settings → Issues → Custom Fields. Find your custom field and navigate to the configuration page through a 3-dot menu of a STAGIL Traffic Light Custom Field → select Contexts and default values → Edit custom field configuration.
Lights: by default, Traffic Lights are named according to their position - Left, Middle and Right.
Colour: you can use the ubiquitous combination of red, yellow and green or customize the colours by clicking on the colour box.
Name: values can be assigned to each light to simplify lights management from the issue view screen or during a search.
Traffic Lights field in issue view
The configuration screenshot above showcased a Traffic Light field that represents the timeline range of an issue. Let's see what it will look like in an issue view when:
a) displayed in the Description fields tab
b) displayed as part of Context fields in the Details tab
Traffic Light fields are also supported in Conluence default macros.
Editing Traffic Lights fields
To change the lights in the issue view, click on the field. Select the necessary option and click Save.
Default values
Default values are currently defined as a JSON object.
Use the following format:
{"light":"Right","name":"Scheduled"}
Find values for “light” and “name” here https://stagil.atlassian.net/wiki/spaces/STLJC/pages/2080604161/Field+values#Traffic-Lights-Configuration.