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

Compare with Current View Page History

Version 1 Next »

Field code
%{issue.dueDate}


Read


Returned valueField that can store a date with no time part, and is used to schedule issues.
Output data type

TEXT

Example output 19/Mar/14 for jira.date.time.picker.java.format = dd/MMM/yy h:mm a, since this field doesn't store time part.

When cast to string format defined at jira.date.time.picker.java.format is used.


Write


Additional information for writing valuesSets issue's system field Due date.

Allowed input TEXT

date-time in format defined at jira.date.time.picker.java.format, or as in JQL (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).

Allowed input NUMBER

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.