You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Field code
%{issue.dueDate}


Read


Returned valueThe due date (with no additional time part)
Output data type

TEXT

Example output19/Mar/20

When cast to text, the output depends on the jira.date.time.picker.java.format parameter set in your Jira instance.

19/Mar/20 would be returned for dd/MMM/yy h:mm a


Write


Valid text input
A date or date-time value in a specific format (info)

Valid numerical input

Number of minutes relative to current time
Example input

2015-01-31 14:35 : date with time example

2w, 3d, 4h, 5m : 2 weeks, 3 days, 4 hours and 5 minutes after current time.

The allowed date-time format is defined at jira.date.time.picker.java.format

Additionally you can use the formats allowed in JQL queries:

  • yyyy/MM/dd HH:mm
  • yyyy-MM-dd HH:mm
  • yyyy/MM/dd
  • yyyy-MM-dd
  • or relative to current time using "w" (weeks), "d" (days), "h" (hours) or "m" (minutes).