The Shortcut application url for the Epic.
True/false boolean that indicates whether the Epic is archived or not.
An array containing Group IDs and Group-owned story counts for the Epic's associated groups.
A true/false boolean indicating if the Epic has been completed.
Optional
completed_The time/date the Epic was completed.
date-time
Optional
completed_A manual override for the time/date the Epic was completed.
date-time
Optional
created_The time/date the Epic was created.
date-time
Optional
deadlineThe Epic's deadline.
date-time
Optional
descriptionThe Epic's description.
A string description of this resource.
The ID of the Epic State.
int64
Optional
external_This field can be set to another unique ID. In the case that the Epic has been imported from another tool, the ID in the other tool can be indicated here.
An array of UUIDs for any Members you want to add as Followers on this Epic.
Optional
group_Deprecated
The ID of the group to associate with the epic. Use group_ids
.
uuid
An array of UUIDS for Groups to which this Epic is related.
An array of Group IDs that have been mentioned in the Epic description.
The unique ID of the Epic.
int64
An array of Label ids attached to the Epic.
An array of Labels attached to the Epic.
An array of Member IDs that have been mentioned in the Epic description.
Deprecated:
use member_mention_ids
.
Optional
milestone_Deprecated
The ID of the Objective this Epic is related to. Use objective_ids
.
int64
The name of the Epic.
An array of IDs for Objectives to which this epic is related.
An array of UUIDs for any members you want to add as Owners on this new Epic.
Optional
planned_The Epic's planned start date.
date-time
The Epic's relative position in the Epic workflow state.
int64
Optional
productboard_The ID of the associated productboard feature.
uuid
Optional
productboard_The name of the associated productboard feature.
Optional
productboard_The ID of the associated productboard integration.
uuid
Optional
productboard_The URL of the associated productboard feature.
The IDs of Projects related to this Epic.
The ID of the Member that requested the epic.
uuid
A true/false boolean indicating if the Epic has been started.
Optional
started_The time/date the Epic was started.
date-time
Optional
started_A manual override for the time/date the Epic was started.
date-time
Deprecated
The workflow state that the Epic is in.
A group of calculated values for this Epic.
The number of stories in this epic which are not associated with a project.
int64
Optional
updated_The time/date the Epic was updated.
date-time
Generated using TypeDoc
EpicSlim represents the same resource as an Epic but is more light-weight, including all Epic fields except the comments array. The description string can be optionally included. Use the Get Epic endpoint to fetch the unabridged payload for an Epic.