Creates a new epic in your Shortcut workspace.
- API endpoint slug
- shortcut.create_epic
- Filter code method
- Shortcut.createEpic.skip(string?: reason)
- Runtime method
- runAction("shortcut.create_epic", {})
Action fields
- Label
- Epic Name
- Helper text
- Example: Q3 Onboarding Revamp
- Slug
- name
- Required
- true
- Can have default value
- true
- 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)
- Label
- Owners
- Helper text
- Select owners from the list.
- Slug
- owners
- Required
- false
- Can have default value
- false
- 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)