Update the status of an issue in the configured issue tracking system.
Updates issue status in Linear or Jira based on state management file.
/plugin marketplace add Hurblat/claude-constructor/plugin install claude-constructor@hurblat-pluginsissue/Update the status of 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.
Expected status values: "In Progress", "Code Review"
$1: Issue key (required)$2: Status to set (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 Update Status Operation (only if silentMode is false and issueTrackingProvider is not "prompt"):
"linear")linear:list_issue_statuses to get all available statuses for $1linear:update_issue with $1 to set the issue to the matched status"jira")jira:get_transitions_for_issue with $1 to get all available columnsjira:transition_issue with $1 to move the issue to the matched transitionOutput Results: Display confirmation of the status update:
Error Handling: If the issue operation fails, log the error but continue gracefully