Close menu
Explore Plans
Mobile menu Close menu
Shortcut

Create Epic

Creates a new epic in your Shortcut workspace.

Developer info

API endpoint slug
shortcut.create_epic
Filter code method
Shortcut.createEpic.skip(string?: reason)
Runtime method
runAction("shortcut.create_epic", {})

Action fields

Name Text input > Title

Label
Epic Name
Helper text
Example: Q3 Onboarding Revamp
Slug
name
Required
true
Can have default value
true

Description Text input > Long text

Label
Description
Helper text
What this epic covers...
Slug
description
Required
false
Can have default value
true
Filter code method
Shortcut.createEpic.setDescription(string: description)

Owners Checkboxes

Label
Owners
Helper text
Select owners from the list.
Slug
owners
Required
false
Can have default value
false

Deadline Text input > ISO 8601 date and time

Label
Deadline
Helper text
Example: 2024-12-31T23:59:59Z
Slug
deadline
Required
false
Can have default value
true
Filter code method
Shortcut.createEpic.setDeadline(string: deadline)