From claude-constructor
Retrieves issue details (key, ID, title, description) from configured Linear or Jira tracker for a given issue key using state management file.
npx claudepluginhub Hurblat/claude-constructor --plugin claude-constructorissue/# Get Issue Command ## Purpose Retrieve issue details from the configured issue tracking system for a given issue key. 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. ## Arguments - `$1`: Issue key (required) - `$2`: Path to state management file (required) ## Workflow Steps 1. **Read Settings from State Management File**: - Read the Settings section from the state management file ($2) - Extract `issueTrackingProvider` value - If ...
/get-issueFetch one GitHub issue in detail by issue number, repo-qualified reference, or URL.
Retrieve issue details from the configured issue tracking system for a given issue key. 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: Path to state management file (required)Read Settings from State Management File:
issueTrackingProvider valueValidate Provider Configuration:
Execute Get Issue Operation:
Based on the issueTrackingProvider value from the state management file:
"linear")linear:get_issue with $1 (issue key)"jira")jira:get_issue with $1 (issue key)Output Results: Display the issue information in this format:
Error Handling: If the issue operation fails, log the error but continue gracefully