Shortcut - Add Comment to Story
Overviewβ
Add a comment to an existing shortcut story
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Access Token | SHORTCUT_ACCESS_TOKEN | Password | β | - | - | In order to generate a Workspace specific API token, navigate to Settings > Your Account > API Tokens. |
Story ID | SHORTCUT_STORY_ID | Integer | β | - | - | The ID of the story to which the comment will be added. |
Comment | SHORTCUT_COMMENT | Alphanumeric | β | - | - | 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