Skip to main content

Shortcut - Add Comment to Story

Overview​

Add a comment to an existing shortcut story

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenSHORTCUT_ACCESS_TOKENPasswordβœ…--In order to generate a Workspace specific API token, navigate to Settings > Your Account > API Tokens.
Story IDSHORTCUT_STORY_IDIntegerβœ…--The ID of the story to which the comment will be added.
CommentSHORTCUT_COMMENTAlphanumericβœ…--The comment to be added to the story.

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Shortcut - Add Comment to Story
inputs:
SHORTCUT_ACCESS_TOKEN: null ## REQUIRED
SHORTCUT_STORY_ID: null ## REQUIRED
SHORTCUT_COMMENT: null ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 200
- 201
- 202
- 203