Skip to main content
Skip table of contents

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

YAML

source:
  template: Shortcut - Add Comment to Story
  inputs:
    SHORTCUT_ACCESS_TOKEN:
    SHORTCUT_STORY_ID:
    SHORTCUT_COMMENT:
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200
    - 201
    - 202
    - 203

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.