Epics in Scrum: Overview of Methods
An epic is a theme, context, or large goal related to a task. Attach tasks to epics to make your backlog clearer.
Quick navigation: all methods and events
User documentation: how to work in Scrum
Linking Epics to Other Objects
Group. Epics are linked to a group (Scrum) by the group identifier groupId. You can obtain the identifier using the create new group method or the get group list method. A group is considered a Scrum if the SCRUM_MASTER_ID field is filled.
User. An epic is associated with users by their numerical identifier in the createdBy and modifiedBy parameters. You can obtain the user identifier using the user.get method.
User Documentation
How to Attach Files to an Epic
You can attach files from the Disk to an epic. To do this, pass an array of file identifiers in the files parameter. Prefix each identifier with n, for example: "files": ["n428", "n345"]. You can obtain file identifiers in two ways.
Use one of the file upload methods:
Use one of the methods to get the list of files:
Overview of Methods
Scope:
taskWho can perform the method: depending on the method
|
Method |
Description |
|
Adds an epic in Scrum |
|
|
Updates an epic in Scrum |
|
|
Retrieves the field values of an epic by its |
|
|
Retrieves a list of epics |
|
|
Deletes an epic |
|
|
Retrieves available fields of an epic |