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 3 Next »

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:

VariableMeaningExamples
${fireCount}
Fire count5
${createdDate.month}
Creation monthFebruary
${createdDate.year}
Creation year2015
${dueDate.month}
Due monthFebruary
${dueDate.year}
Due year2015
${createdDate.date}
Creation date in format dd/MMM/YY10/Feb/15
${dueDate.date}
Due date in format dd/MMM/YY10/Feb/15
${createdDate.completeDateTime}
Creation date in format dd/MMM/YY hh:mm10/Feb/15 2:05 PM
${dueDate.completeDateTime}
Due date in format dd/MMM/YY hh:mm10/Feb/15 2:05 PM
${createdDate.format("dd-MM-YYYY HH:mm")}
Creation date in custom format10-02-2015 14:05
${dueDate.format("dd-MM-YYYY HH:mm")}
Due date in custom format10-02-2015 14:05


  • No labels