Retrieve issue details from the configured issue tracking system for a given issue key.
Retrieves issue details from Linear or Jira for a given issue key.
/plugin marketplace add Hurblat/claude-constructor/plugin install claude-constructor@hurblat-pluginsissue/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