Documentation

tasks.api.scrum.backlog.delete

tasks.api.scrum.backlog.delete(id)

Method deletes backlog.

There's no need to delete backlog in an everyday situation. When deleting a backlog, Bitrix24 automatically creates backlog again when opening a planning page in Scrum tasks.

This method is employed, when backlog is erroneously added to any group/project.

Parameters

Parameter Description
id Backlog ID. Required parameter.

Example

const backlogId = 1;

BX24.callMethod(
   'tasks.api.scrum.backlog.delete',
   {
      id: backlogId
   },
   function(res)
   {
      console.log(res);
   }
);

© «Bitrix24», 2001-2024