Moves a story to a different workflow state.
- API endpoint slug
- shortcut.update_story_state
- Filter code method
- Shortcut.updateStoryState.skip(string?: reason)
- Runtime method
- runAction("shortcut.update_story_state", {})
Action fields
- Label
- Story ID
- Helper text
- The numeric ID of the story to update. Example: 12345
- Slug
- story_id
- Required
- true
- Can have default value
- true
- Filter code method
- Shortcut.updateStoryState.setStoryId(string: story_id)
- Label
- Team and Workflow State
- Helper text
- The workflow state to move the story to.
- Slug
- workflow_state
- Required
- true
- Can have default value
- false