tasks.api.scrum.backlog.get
tasks.api.scrum.backlog.get(groupId)
Method returns backlog field values by Scrum ID.
May be needed to get backlog ID for adding or moving to a task backlog.
Parameters
Parameter | Description |
---|---|
groupId | Scrum ID. |
Example
const groupId = 1; BX24.callMethod( 'tasks.api.scrum.backlog.get', { id: groupId, }, function(res) { console.log(res); } );
© «Bitrix24», 2001-2024