v1.7.0 System Variables

In case if there is a need to use dynamically calculated data, we developed a set of system variables that can help with this task. These variables are used just as straightforward as regular variables.

At this point in time, the list of system variables include:

Date and Time

  • $today - today’s date and time

  • $tomorrow - tomorrow’s date and time

  • $time - current time

  • $datetime - current date

As it was already mentioned before, variables - are placeholders that are automatically filled with data that is available at the moment of the Issue creation.

  • $today - is filled with the date when the issue was created

  • $tomorrow - is filled with the date after the day the issue was created

  • $time - is filled with the exact time when the issue was created

  • $datetime -  is filled with the date and time when the issue was created