Status
Tech review



Field code%{issue.sprintEndDate}
Type

Available since



%{issue.sprintEndDate}



Read



Returned valueEnd date of the current issue's sprint
Output data type

Example output2020-02-17 07:46



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

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


If you want to return a number instead (a timestamp which can be used in several functions, see Dates, times and time zones), remove the leading % character in front of the field code.

(warning) You will not be able to do this in the basic mode. Learn more about Parsing modes.