Close menu
Explore Plans
Mobile menu Close menu
Shortcut

Epic created

This trigger fires when a new epic is created in your Shortcut workspace.

Developer info

API endpoint slug
shortcut.new_epic

Trigger fields

Title Text input > Other

Label
Title
Helper text
Filter by words or phrases in the epic's title.
Slug
title
Required
true
Can have default value
true

Description Text input > Other

Label
Description
Helper text
Filter by words or phrases in the epic's description.
Slug
description
Required
true
Can have default value
true

Comment Text input > Other

Label
Comment
Helper text
Filter by words or phrases in a comment on the epic.
Slug
comment
Required
true
Can have default value
true

Objective Dropdown list

Label
Objective
Helper text
Filter by the objective this epic is associated with.
Slug
objective
Required
true
Can have default value
false

Owner Dropdown list

Label
Owner
Helper text
Filter by the owner of the epic.
Slug
owner
Required
true
Can have default value
false

Requested by Dropdown list

Label
Requested By
Helper text
Filter by who requested the epic.
Slug
requested_by
Required
true
Can have default value
false

Team Dropdown list

Label
Team
Helper text
Filter by the team associated with the epic.
Slug
team
Required
true
Can have default value
false

Ingredients

Epic The unique identifier for the epic in Shortcut.

Slug
epic_id
Filter code
Shortcut.newEpic.EpicId
Type
String
Example
123

Epic name The title or name of the epic.

Slug
epic_name
Filter code
Shortcut.newEpic.EpicName
Type
String
Example
Q1 User Authentication Overhaul

Epic url The direct URL to view the epic in the Shortcut web application.

Slug
epic_url
Filter code
Shortcut.newEpic.EpicUrl
Type
Web URL
Example
https://app.shortcut.com/myworkspace/epic/123

Epic description The detailed description of the epic's goals and scope.

Slug
epic_description
Filter code
Shortcut.newEpic.EpicDescription
Type
String
Example
Complete overhaul of user authentication system.

Created at The timestamp when the epic was originally created.

Slug
created_at
Filter code
Shortcut.newEpic.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Updated at The timestamp when the epic was last modified.

Slug
updated_at
Filter code
Shortcut.newEpic.UpdatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Completed at The timestamp when the epic was marked as completed.

Slug
completed_at
Filter code
Shortcut.newEpic.CompletedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Requested by The unique identifier of the team member who requested this epic.

Slug
requested_by_id
Filter code
Shortcut.newEpic.RequestedById
Type
String
Example
a1b2c3d4-e5f6-7890-1234-567890abcdef

Owner ids Comma-separated list of team member identifiers assigned to work on this epic.

Slug
owner_ids
Filter code
Shortcut.newEpic.OwnerIds
Type
String
Example
a1b2c3d4-e5f6-7890-1234-567890abcdef,b2c3d4e5-f6a7-8901-2345-67890abcdef0

Milestone The unique identifier of the milestone associated with this epic.

Slug
milestone_id
Filter code
Shortcut.newEpic.MilestoneId
Type
String
Example
456

Milestone name The name of the milestone associated with this epic.

Slug
milestone_name
Filter code
Shortcut.newEpic.MilestoneName
Type
String
Example
Q1 Release

Team The unique identifier of the team associated with this epic.

Slug
team_id
Filter code
Shortcut.newEpic.TeamId
Type
String
Example
123

Team name The name of the team associated with this epic.

Slug
team_name
Filter code
Shortcut.newEpic.TeamName
Type
String
Example
Backend Developers