/
createSprint

createSprint

Description

Used to create a new sprint within a Scrum board. Sprints are time-boxed periods during which a team works on a specific set of work items to achieve project goals.

Parameters

Return Type

Integer

Returns the id of the created sprint, or an invalid value if the sprint is not created.

Example

return createSprint(12345, "Sprint 17", "Get some work done", currentDate(), currentDate() + "2w");

See also

Peacock

Related content

Create multiple sprints in a scrum board using Jira Command Line Interface (CLI)
Create multiple sprints in a scrum board using Jira Command Line Interface (CLI)
More like this
createSprint
More like this