Work Time Tracking Calendar for Jira v 5.5.x: Conditional colors

Did you know that you can apply the conditional colors to the events created based on Worklog sources?

The conditional colors can be applied to a worklog source by opening its configuration.

To create a conditional color all you have to do is to select the field and operator and then either select another field or insert a value. Please see below the examples of conditional colors.

Click the blue Plus button to add the created conditional color.

For such fields as Due date, Updated, Created, etc., the conditional colors can be created, using functions. The list of function suggestions will be shown in a drop-down menu:

For example, you want the worklog events that are based on Jira issues that are due by the end of the day to be highlighted in bright green. In such case, you will create the conditional color based on the field Due date, operator <= and the function endOfDay() as shown below:

The selected function can be modified to suit your business needs. For instance, you want to highlight the worklog events that are based on Jira issues that are due by the end of the next week. In such case, you will use the function endOfWeek(). Then, you will have to edit it by inserting “1“ inside the parentheses so it is endOfWeek(1). With other words, you are, simply, adding one week to the standard function “by the end of this week“.

Starting app version 5.5.x, the operator in is supported by the conditional colors.

To use the operator in, first, select the field. Then, the operator in. Then, type in the value and click it below, once done typing to add it. Please see below:

In case you want to add multiple values, type in and click each value, one at a time, as shown below:

Finally, select a color, and click the Plus button to finalize the creation of a conditional color.

Please don’t forget to save the changes to a source configuration by clicking the Save button.

In case multiple conditional colors are added to a worklog source, and an event complies with more than one requirement, the topmost matching condition is applied.

The created conditional colors can be rearranged by using drag-and-drop.