This trigger fires when an existing story is updated in your Shortcut workspace.
- API endpoint slug
- shortcut.updated_story
Trigger fields
- Label
- Story Type
- Helper text
- Filter by story type
- Slug
- story_type
- Required
- true
- Can have default value
- true
- Label
- Has Attachment
- Helper text
- Filter by stories with or without attachments
- Slug
- has_attachment
- Required
- true
- Can have default value
- true
- Label
- Has Tasks
- Helper text
- Filter by stories with or without tasks
- Slug
- has_task
- Required
- true
- Can have default value
- true
- Label
- Has Epic
- Helper text
- Filter by stories with or without an epic
- Slug
- has_epic
- Required
- true
- Can have default value
- true
- Label
- Has Specific Epic
- Helper text
- Filter by epic
- Slug
- has_specific_epic
- Required
- true
- Can have default value
- false
- Label
- Is Blocked
- Helper text
- Filter by blocked stories
- Slug
- is_blocked
- Required
- true
- Can have default value
- true
- Label
- Is Blocker
- Helper text
- Filter by stories that block other stories
- Slug
- is_blocker
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- story_id
- Filter code
- Shortcut.updatedStory.StoryId
- Type
- String
- Example
- 12345
- Slug
- story_name
- Filter code
- Shortcut.updatedStory.StoryName
- Type
- String
- Example
- Implement new login flow
- Slug
- story_url
- Filter code
- Shortcut.updatedStory.StoryUrl
- Type
- Web URL
- Example
- https://app.shortcut.com/myworkspace/story/12345
- Slug
- story_description
- Filter code
- Shortcut.updatedStory.StoryDescription
- Type
- String
- Example
- Detailed description of the new login flow requirements.
- Slug
- story_type
- Filter code
- Shortcut.updatedStory.StoryType
- Type
- String
- Example
- feature
- Slug
- created_at
- Filter code
- Shortcut.updatedStory.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- updated_at
- Filter code
- Shortcut.updatedStory.UpdatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- requested_by_id
- Filter code
- Shortcut.updatedStory.RequestedById
- Type
- String
- Example
- a1b2c3d4-e5f6-7890-1234-567890abcdef
- Slug
- owner_ids
- Filter code
- Shortcut.updatedStory.OwnerIds
- Type
- String
- Example
- a1b2c3d4-e5f6-7890-1234-567890abcdef,b2c3d4e5-f6a7-8901-2345-67890abcdef0
- Slug
- team_id
- Filter code
- Shortcut.updatedStory.TeamId
- Type
- String
- Example
- z9y8x7w6-v5u4-3210-fedc-ba9876543210
- Slug
- team_name
- Filter code
- Shortcut.updatedStory.TeamName
- Type
- String
- Example
- Backend Developers
- Slug
- iteration_id
- Filter code
- Shortcut.updatedStory.IterationId
- Type
- String
- Example
- 101
- Slug
- iteration_name
- Filter code
- Shortcut.updatedStory.IterationName
- Type
- String
- Example
- Sprint 23 - User Feedback
- Slug
- iteration_start_date
- Filter code
- Shortcut.updatedStory.IterationStartDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- iteration_end_date
- Filter code
- Shortcut.updatedStory.IterationEndDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
- Slug
- iteration_status
- Filter code
- Shortcut.updatedStory.IterationStatus
- Type
- String
- Example
- started
- Slug
- estimate
- Filter code
- Shortcut.updatedStory.Estimate
- Type
- String
- Example
- 5
- Slug
- comment_ids
- Filter code
- Shortcut.updatedStory.CommentIds
- Type
- String
- Example
- 5678,9012,3456
- Slug
- completed_at
- Filter code
- Shortcut.updatedStory.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- workflow_id
- Filter code
- Shortcut.updatedStory.WorkflowId
- Type
- String
- Example
- 500000011
- Slug
- workflow_name
- Filter code
- Shortcut.updatedStory.WorkflowName
- Type
- String
- Example
- Development Workflow
- Slug
- workflow_state_id
- Filter code
- Shortcut.updatedStory.WorkflowStateId
- Type
- String
- Example
- 500000025
- Slug
- workflow_state_name
- Filter code
- Shortcut.updatedStory.WorkflowStateName
- Type
- String
- Example
- In Review
- Slug
- epic_name
- Filter code
- Shortcut.updatedStory.EpicName
- Type
- String
- Example
- User Feedback Epic
- Slug
- file_urls
- Filter code
- Shortcut.updatedStory.FileUrls
- Type
- String
- Example
- url1,url2,url3
- Slug
- task_descriptions
- Filter code
- Shortcut.updatedStory.TaskDescriptions
- Type
- String
- Example
- task1,task2,task3
- Slug
- blocked
- Filter code
- Shortcut.updatedStory.Blocked
- Type
- String
- Example
- true
- Slug
- blocker
- Filter code
- Shortcut.updatedStory.Blocker
- Type
- String
- Example
- false