Sprints in Scrum: Overview of Methods
A sprint is a short iterative cycle during which a team accomplishes specific work. This format allows for obtaining a small but predictable result within a clear timeframe.
Quick navigation: all methods and events
User documentation: Bitrix24.Scrum
Connection of Sprints with Other Objects
Workgroup. Sprints are linked to a workgroup (scrum) by the group identifier groupId. You can obtain the identifier using the create new group method or the get list of groups method. A group is considered a scrum if the SCRUM_MASTER_ID field is filled.
User Documentation
How to Start a Sprint
The method tasks.api.scrum.sprint.start starts a sprint by the sprint identifier id. You can obtain the sprint identifier using the create new sprint method or the get list of sprints method. You can only start a planned sprint, meaning one with the status planned. The status of a started sprint will change to active.
How to Complete an Active Sprint
The method tasks.api.scrum.sprint.complete completes an active sprint by the group identifier id, not the sprint. You can obtain the identifier using the create new group method or the get list of groups method. The status of a completed sprint will change from active to completed.
Overview of Methods
Scope:
taskWho can execute the method: depending on the method
|
Method |
Description |
|
Adds a sprint to Scrum |
|
|
Updates a sprint |
|
|
Starts a sprint |
|
|
Completes an active sprint of the selected Scrum |
|
|
Retrieves the field values of a sprint by its |
|
|
Retrieves a list of sprints |
|
|
Deletes a sprint |
|
|
Retrieves available fields of a sprint |