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.

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: task

Who can perform the method: depending on the method

Method

Description

tasks.api.scrum.epic.add

Adds an epic in Scrum

tasks.api.scrum.epic.update

Updates an epic in Scrum

tasks.api.scrum.epic.get

Retrieves the field values of an epic by its id

tasks.api.scrum.epic.list

Retrieves a list of epics

tasks.api.scrum.epic.delete

Deletes an epic

tasks.api.scrum.epic.getFields

Retrieves available fields of an epic