This trigger fires when a new epic is created in your Shortcut workspace.
- API endpoint slug
- shortcut.new_epic
Trigger fields
- Label
- Title
- Helper text
- Filter by words or phrases in the epic's title.
- Slug
- title
- Required
- true
- Can have default value
- true
- Label
- Description
- Helper text
- Filter by words or phrases in the epic's description.
- Slug
- description
- Required
- true
- Can have default value
- true
- Label
- Comment
- Helper text
- Filter by words or phrases in a comment on the epic.
- Slug
- comment
- Required
- true
- Can have default value
- true
- Label
- Objective
- Helper text
- Filter by the objective this epic is associated with.
- Slug
- objective
- Required
- true
- Can have default value
- false
- Label
- Owner
- Helper text
- Filter by the owner of the epic.
- Slug
- owner
- Required
- true
- Can have default value
- false
- Label
- Requested By
- Helper text
- Filter by who requested the epic.
- Slug
- requested_by
- Required
- true
- Can have default value
- false
- Label
- Team
- Helper text
- Filter by the team associated with the epic.
- Slug
- team
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- epic_id
- Filter code
- Shortcut.newEpic.EpicId
- Type
- String
- Example
- 123
- Slug
- epic_name
- Filter code
- Shortcut.newEpic.EpicName
- Type
- String
- Example
- Q1 User Authentication Overhaul
- Slug
- epic_url
- Filter code
- Shortcut.newEpic.EpicUrl
- Type
- Web URL
- Example
- https://app.shortcut.com/myworkspace/epic/123
- Slug
- epic_description
- Filter code
- Shortcut.newEpic.EpicDescription
- Type
- String
- Example
- Complete overhaul of user authentication system.
- Slug
- created_at
- Filter code
- Shortcut.newEpic.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- updated_at
- Filter code
- Shortcut.newEpic.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- completed_at
- Filter code
- Shortcut.newEpic.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- requested_by_id
- Filter code
- Shortcut.newEpic.RequestedById
- Type
- String
- Example
- a1b2c3d4-e5f6-7890-1234-567890abcdef
- Slug
- owner_ids
- Filter code
- Shortcut.newEpic.OwnerIds
- Type
- String
- Example
- a1b2c3d4-e5f6-7890-1234-567890abcdef,b2c3d4e5-f6a7-8901-2345-67890abcdef0
- Slug
- milestone_id
- Filter code
- Shortcut.newEpic.MilestoneId
- Type
- String
- Example
- 456
- Slug
- milestone_name
- Filter code
- Shortcut.newEpic.MilestoneName
- Type
- String
- Example
- Q1 Release
- Slug
- team_id
- Filter code
- Shortcut.newEpic.TeamId
- Type
- String
- Example
- 123
- Slug
- team_name
- Filter code
- Shortcut.newEpic.TeamName
- Type
- String
- Example
- Backend Developers