Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Days Mapping Manager allows the traffic light custom fields to be associated with

  • a Calendar to determine the working days and hours
  • conditional Mappings to determine the color of the traffic light

 

Accessing Days Mapping Manager

  1. Choose  > Issues. Select Days Mapping Manager under the Traffic Light Configuration section
  2. It will display the list of Traffic Light custom fields defined 
  3. The columns displayed are

    Column NameDescription
    Traffic Light Custom FieldThe custom field
    Traffic Light CalendarThe calendar associated with the Traffic Light custom field(info) If None is selected, then the days will be counted with a 24x7 calendar without any off days.
    No. of mapping(s)The number of mappings defined. Each mapping is a simplified version of JQL and the number of days elapsed to be considered as yellow or red
    ActionsThe possible actions to configure the mapping: Add - To add the configuration information Edit - To edit the configuration information Reset - To remove existing configuration information

Changing the mapping configuration

By clicking on the Add or Edit action links, it is possible to edit the Mapping Configuration for the Traffic Light custom field

  1. Select the Calendar that the custom field is to be associated with. The change is saved immediately
  2. Specify the JQL condition and the threshold on the number of days to be considered as Yellow and Red

    JQL Condition

    The issue with the Traffic Light custom field must fulfil the condition in order to use the mapping

    It uses a simplified version of JQL which only supports AND and equal operators. 
    Examples:

    • Project = "Day Elapsed" AND issuetype = "Bug"
    • Project = "Day Elapsed" AND issuetype = "Task"

    If the JQL condition cannot be evaluated successfully, it will be considered as non-matching

    YellowThe number of days elapsed to be considered as Yellow traffic light.
    For example 2 means if day elapsed >= 2, then color is yellow
    RedThe number of days elapsed to be considered as Red traffic light

  3. Click on the Add button to save the mapping

  4. Drag the handle on the left side of the JQL condition to sort the sequence of checking
  5. The first matching mapping will be used to determine the color of the traffic light
  6. Click on the Back to Traffic Lights Mapping Configuration button to go back to the Days Mapping Manager

  • No labels