Syntax
sprintEndDate(sprint id)
Description
Gets the end date of the sprint.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
sprint id | number | Yes | The sprint id |
Return type
date
Returns the end date of the sprint.
Example
date endDate = sprintEndDate(5); // the end date of the sprint with id 5
Notes
- If there is no sprint with that id, an empty result will be returned.
- If there is no end date, an empty result will be returned.
See also
-
sprintName (Power Scripts™ for Jira 4.0)
-
startedSprints (Power Scripts™ for Jira 4.0)
-
notStartedSprints (Power Scripts™ for Jira 4.0)
-
sprintInfo (Power Scripts™ for Jira 4.0)
-
sprintStartDate (Power Scripts™ for Jira 4.0)
-
issueInSprint (Power Scripts™ for Jira 4.0)
-
sprintEndDate (Power Scripts™ for Jira 4.0)
-
sprintCompleteDate (Power Scripts™ for Jira 4.0)
-
closedSprints (Power Scripts™ for Jira 4.0)
-
removeIssueFromSprint (Power Scripts™ for Jira 4.0)
-
issueInStartedSprint (Power Scripts™ for Jira 4.0)
-
addIssueToSprint (Power Scripts™ for Jira 4.0)
-
cpCfValueToLinkedIssue (Power Scripts™ for Jira 4.0)