Bitrix API

BacklogService implements Errorable

Table of Contents

Interfaces

Errorable

Constants

ERROR_COULD_NOT_ADD_BACKLOG  = 'TASKS_BS_01'
ERROR_COULD_NOT_READ_BACKLOG  = 'TASKS_BS_02'
ERROR_COULD_NOT_UPDATE_BACKLOG  = 'TASKS_BS_03'

Methods

__construct()  : mixed
changeBacklog()  : bool
createBacklog()  : EntityForm
getBacklogByGroupId()  : EntityForm
Returns an object with backlog data by scrum group id.
getErrorByCode()  : mixed
getErrors()  : mixed

Constants

ERROR_COULD_NOT_ADD_BACKLOG

public mixed ERROR_COULD_NOT_ADD_BACKLOG = 'TASKS_BS_01'

ERROR_COULD_NOT_READ_BACKLOG

public mixed ERROR_COULD_NOT_READ_BACKLOG = 'TASKS_BS_02'

ERROR_COULD_NOT_UPDATE_BACKLOG

public mixed ERROR_COULD_NOT_UPDATE_BACKLOG = 'TASKS_BS_03'

Methods

getBacklogByGroupId()

Returns an object with backlog data by scrum group id.

public getBacklogByGroupId(int $groupId) : EntityForm
Parameters
$groupId : int

Scrum group id.

Return values
EntityForm

getErrorByCode()

public getErrorByCode(mixed $code) : mixed
Parameters
$code : mixed

        
On this page

Search results