Overview ​
Epics help you group related tasks into a larger work item, providing a hierarchical structure for managing complex projects. Use epics to break down major objectives into smaller, manageable pieces while keeping everything organized. Learn more about Epics.
The Epics Object ​
Attributes ​
idstringUnique identifier for the epic.
namestringName of the epic.
descriptionobjectJSON representation of the epic description.
description_htmlstringHTML-formatted description of the epic.
description_strippedstringPlain text version of the description.
description_binarystringBinary representation of the description.
statestringID of the state (status) of the epic.
prioritystringPriority level. Possible values:
none,urgent,high,medium,low.assigneesarrayArray of user IDs assigned to the epic.
labelsarrayArray of label IDs applied to the epic.
typestringID of the work item type for the epic.
estimate_pointstringID of the estimate point, or null if not estimated.
pointintegerPoint value for the epic, or null.
start_datestringStart date of the epic in YYYY-MM-DD format.
target_datestringTarget completion date in YYYY-MM-DD format.
parentstringID of the parent work item, or null if no parent.
sequence_idintegerAuto-generated sequential identifier for the epic within the project.
sort_ordernumberAuto-generated sort order for display purposes.
is_draftbooleanWhether the epic is a draft.
completed_attimestampTime at which the epic was completed, or null if not completed.
archived_attimestampTime at which the epic was archived, or null if not archived.
projectstringID of the project containing this epic.
workspacestringID of the workspace containing this epic.
external_idstringExternal identifier if imported from another system, or null.
external_sourcestringName of the source system if imported, or null.
deleted_attimestampTime at which the epic was deleted, or null if not deleted.
created_attimestampTime at which the epic was created.
updated_attimestampTime at which the epic was last updated.
created_bystringID of the user who created the epic.
updated_bystringID of the user who last updated the epic.
{
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "Develop Mobile Application Framework",
"description": {},
"description_html": "<p class=\"editor-paragraph-block\">Create a cross-platform mobile application framework that supports all core system functionalities with native-like performance and user experience</p>",
"description_stripped": "Create a cross-platform mobile application framework that supports all core system functionalities with native-like performance and user experience",
"description_binary": null,
"state": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"priority": "medium",
"assignees": [],
"labels": ["xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"],
"type": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"estimate_point": null,
"point": null,
"start_date": "2025-02-28",
"target_date": "2025-06-20",
"parent": null,
"sequence_id": 57,
"sort_order": 605535.0,
"is_draft": false,
"completed_at": null,
"archived_at": null,
"project": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"workspace": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"external_id": null,
"external_source": null,
"deleted_at": null,
"created_at": "2025-03-01T21:23:54.645263+05:30",
"updated_at": "2025-03-03T10:38:44.667276+05:30",
"created_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"updated_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
