...
Issue Source = JQL. ‘JQL’ refers to an option to define a scope of issues via a JQL query and validate them through custom conditions. Consequently, the query results define the Traffic Lights values.
Example:
Issue scope: project = “Open Space Project” AND issuetype = “Story”
🟥 IF more than 1 issue within the scope is unassigned, THEN the Traffic Light field red
🟨 IF more than 1 issue within the scope is “Waiting for Approval”, THEN the Traffic Light field yellow
🟩
...
IF there is no issue in status category “In progress” or “To Do”, THEN the Traffic Light field green
...