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