Add a comment to an issue in the configured issue tracking system.
Adds a comment to an issue in the configured tracking system.
/plugin marketplace add Hurblat/claude-constructor/plugin install claude-constructor@hurblat-pluginsissue/Add a comment to an issue in the configured issue tracking system. This command is called by other orchestrating commands, and is one of the steps in a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order.
$1: Issue key (required)$2: Comment text (required)$3: Path to state management file (required)Read Settings from State Management File:
issueTrackingProvider and silentMode valuesValidate Provider Configuration:
Check Silent Mode or Prompt Issue Provider:
Execute Create Comment Operation (only if silentMode is false and issueTrackingProvider is not "prompt"):
"linear")linear:create_comment with $1 (issue ID) and $2 (comment text)"jira")jira:add_comment_to_issue with $1 (issue key) and $2 (comment text)Output Results: Display confirmation of the comment creation:
Error Handling: If the issue operation fails, log the error but continue gracefully