Supported fields
Text, date and datetime fields.
If you enter "{currentdate}" or "{currentdatetime}" macro in macro in above fields then will be accordingly evaluated.
Macros
"{currentdate}"
Use this macro to enter current date in text or date field. Plugin will process configured task and when creating issue will replace macro with current date
Examples:
- "{currentdate}" ,just current date
- "{currentdate+1}" - currentdate + 1 day
- "{currentdate-1}" - currentdate - 1 day
"{currentdatetime}"
Use this macro to enter current date and time in text or date field. Plugin will process configured task and when creating issue will replace macro with current date and time.
Examples:
- "{currentdatetime}" ,just current date and time
- "{currentdatetime+1}" ,currentdate + 1 day
- "{currentdatetime-1}" ,currentdate - 1 day
Edit screen example
Add Comment