View Jira issue details
/plugin marketplace add minukHwang/claude-plugins/plugin install minukhwang-jira-plugins-jira@minukHwang/claude-plugins# View Jira Issue Display detailed information about a Jira issue. ## Usage If no issue key provided, extracts from current branch or prompts for selection. ## Step 0: Load Workflow Configuration If not exists or `jira.enabled` is false: Extract: - `jira.cloudId` - Cloud ID for API calls - `jira.projectKey` - Project key ## Step 1: Determine Issue Key ### If issue key provided as argument Use the provided issue key. ### If no argument Try to extract from current branch: Extract issue key using pattern: `[A-Z]+-[0-9]+` If no issue key found in branch: **Ask user (AskUserQue...