Variable path | Type | Description | Sample value | ||
---|---|---|---|---|---|
${repeating.date.formatDateTime}$date | Date | date and time of current repeating occurrence in Jira datetime format | ${repeating.date.formatTime} | time of current repeating occurrence in Jira time format | 11/sep/16 1:15 PM |
${repeating.date.formatDate} | date of current repeating occurrence in Jira date format | 11/sep/16 | |||
${repeating.date.formatDateISO} | date of current repeating occurrence in ISO 8601 'YYYY-MM-DD' format | 2016-09-11 | |||
1:15 PM | |||||
${repeating.date.day} | day of current repeating occurrence in 'DD' format | 03 | |||
${repeating.date.week} | week of current repeating occurrence | 36 | |||
${repeating.date.month} | month of current repeating occurrence in 'MM' format | 11 | |||
${repeating.date.year} | year of current repeating occurence in 'yyyy' format | 2016 |
Math operations on date attribute
Info |
---|
Available since 0.18.0 version |
On ${repeating.date.*} attribute user can do math operations and modify final date value. For example user can add minutes, hours, days, weeks, months or set hour/minutes to exact value. See available operation below:
...
modifies the date by setting specified number of minutes.
Info |
---|
Value must be in the range [0,59] |
...
modifies the date by setting specified number of hours.
Info |
---|
Value must be in the range [0,23] |
...
Deprecated variable paths/names
Versions before 0.18.0 use different patterns for variable paths/names. Please note that following paths/names will be removed in future versions and should not be used since 0.18.0 version:
...