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.Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
The Epics object
Attributes-
idstring Unique identifier for the epic. -
namestring Name of the epic. -
descriptionobject JSON representation of the epic description. -
description_htmlstring HTML-formatted description of the epic. -
description_strippedstring Plain text version of the description. -
description_binarystring Binary representation of the description. -
statestring ID of the state (status) of the epic. -
prioritystring Priority level. Possible values:none,urgent,high,medium,low. -
assigneesarray Array of user IDs assigned to the epic. -
labelsarray Array of label IDs applied to the epic. -
typestring ID of the work item type for the epic. -
estimate_pointstring ID of the estimate point, or null if not estimated. -
pointinteger Point value for the epic, or null. -
start_datestring Start date of the epic in YYYY-MM-DD format. -
target_datestring Target completion date in YYYY-MM-DD format. -
parentstring ID of the parent work item, or null if no parent. -
sequence_idinteger Auto-generated sequential identifier for the epic within the project. -
sort_ordernumber Auto-generated sort order for display purposes. -
is_draftboolean Whether the epic is a draft. -
completed_attimestamp Time at which the epic was completed, or null if not completed. -
archived_attimestamp Time at which the epic was archived, or null if not archived. -
projectstring ID of the project containing this epic. -
workspacestring ID of the workspace containing this epic. -
external_idstring External identifier if imported from another system, or null. -
external_sourcestring Name of the source system if imported, or null. -
deleted_attimestamp Time at which the epic was deleted, or null if not deleted. -
created_attimestamp Time at which the epic was created. -
updated_attimestamp Time at which the epic was last updated. -
created_bystring ID of the user who created the epic. -
updated_bystring ID of the user who last updated the epic.

