Supported fields
Text, date and datetime fields.Macros are supported in following field types:
- Text,
- Date
- Datetime
If you enter "{currentdate}" or "{currentdatetime}" macro in macro in above a fields then will be accordingly evaluated.
...
Tip |
---|
Use this macro to enter current date in text or date field. Plugin will process configured task and when creating issue will replace macro During processing (schedule time) of the task macro will be replaced with current date |
Examples:
- "{currentdate}" ,just current date
- "{currentdate+1}" - currentdate + 1 day
- "{currentdate-1}" - currentdate - 1 day
"{currentdatetime}"
Tip |
---|
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 During processing (schedule time) of the task macro will be replaced with current date and time. |
Examples:
- "{currentdatetime}" ,just current date and time
- "{currentdatetime+1}" ,currentdate + 1 current date and time plus one day
- "{currentdatetime-1}" ,currentdate - 1 current date and time minus one day
Edit screen example