Adds a comment to an existing story.
- API endpoint slug
- shortcut.add_comment
- Filter code method
- Shortcut.addComment.skip(string?: reason)
- Runtime method
- runAction("shortcut.add_comment", {})
Action fields
- Label
- Story ID
- Helper text
- The numeric ID of the story to comment on. Example: 12345
- Slug
- story_id
- Required
- true
- Can have default value
- true
- Filter code method
- Shortcut.addComment.setStoryId(string: story_id)
- Label
- Comment
- Helper text
- The comment text to add.
- Slug
- comment_text
- Required
- true
- Can have default value
- true
- Filter code method
- Shortcut.addComment.setCommentText(string: comment_text)