Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Macros can be applied for the following field types

...

macrotypeapplies to fields

allow format output

manipulatingdescription
{{nowDate}}datedate, textyes
  • months,
  • weeks,
  • days,
  • hours,
  • minutes,
  • last day of the month
  • time zone
  • locale
flexible date macro with many options including formatting

{currentdate}

datedate, textno
  • days
simple date macro with capability of adding/subtracting days {currentdate+1}. 
{{nowDateTime}}date timedate time, textyes
  • months,
  • weeks,
  • days,
  • hours,
  • minutes,
  • last day of the month
  • time zone
  • locale
flexible date macro with many options including formatting
{currentdatetime}date timedate time, textno
  • days
simple date time macro with capability of adding/subtracting days {currentdatetime-1}

...

Macro expressionResultDescription
{{nowDate 'format' 'DD.MM.YYYY'}}15.10.2018
{{nowDate 'format' 'MMMM'}}October
{{nowDateTime 'format' 'DD.MM.YYYY HH:mm'}}15.10.2018 13:00
{{nowDateTime 'lastDayOfMonth' 'format' 'DD MMMM'}}31 October'lastDayOfMonth' and 'format' functions are combined 


Smart values from Jira automation

Following smart values are supported

Smar value
{{now}}
{{now.jiraDate}}
{{now.jiraDateTime}}
{{now.jqlDate}}
{{now.jqlDateTime}}
{{now.shortDate}}
{{now.shortTime}}
{{now.shortDateTime}}
{{now.mediumDate}}
{{now.mediumTime}}
{{now.mediumDateTime}}
{{now.longDate}}
{{now.longTime}}
{{now.longDateTime}}
{{now.fullDate}}
{{now.fullTime}}
{{now.fullDateTime}}
{{now.format(...)}}
{{now.plusMinutes(...)}}
{{now.plusHours(...)}}
{{now.plusDays(...)}}
{{now.plusWeeks(...)}}
{{now.plusMonths(...)}}
{{now.plusYears(...)}}
{{now.minusMinutes(...)}}
{{now.minusHours(...)}}
{{now.minusDays(...)}}
{{now.minusWeeks(...)}}
{{now.minusMonths(...)}}
{{now.minusYears(...)}}
{{now.endOfMonth}}
{{now.startOfMonth}}



If you have any question please raise support request at our service portal. We are happy to help!

...