Documentation

tasks.api.scrum.sprint.start

Scope: catalog Permissions to execute: for all

tasks.api.scrum.sprint.start(id)

Method starts sprint.

Only scheduled/planned sprint can be launched.

Launching sprint, active sprint columns and workflows will be moved from previous completed sprint, if available.

Adds tasks to an active sprint Kanban. If at this point of time this sprint contained completed tasks, they will be moved to backlog.

Parameters

Parameter Description
id Sprint ID. Required parameter.

Example

const sprintId = 2;

BX24.callMethod(
   'tasks.api.scrum.sprint.start',
   {
      id: sprintId
   },
   function(res)
   {
      console.log(res);
   }
);

© «Bitrix24», 2001-2024