The Scheduler has predefined variables which can be used in the Summary and Description. When Scheduled Issue is fired these variables are converted to the corresponding values:
Variable | Meaning | Examples |
---|---|---|
${fireCount} | Fire count | 5 |
${createdDate.month} | Creation month | February |
${createdDate.year} | Creation year | 2015 |
${dueDate.month} | Due month | February |
${dueDate.year} | Due year | 2015 |
${createdDate.date} | Creation date in format dd/MMM/YY | 10/Feb/15 |
${dueDate.date} | Due date in format dd/MMM/YY | 10/Feb/15 |
${createdDate.completeDateTime} | Creation date in format dd/MMM/YY hh:mm | 10/Feb/15 2:05 PM |
${dueDate.completeDateTime} | Due date in format dd/MMM/YY hh:mm | 10/Feb/15 2:05 PM |
${createdDate.format("dd-MM-YYYY HH:mm")} | Creation date in custom format | 10-02-2015 14:05 |
${dueDate.format("dd-MM-YYYY HH:mm")} | Due date in custom format | 10-02-2015 14:05 |