Skip to end of banner
Go to start of banner

createSprint

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 7 Next »

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

  • No labels