Complete a Jira issue (creates PR, updates status, syncs Notion)
/plugin marketplace add minukHwang/claude-plugins/plugin install minukhwang-jira-plugins-jira@minukHwang/claude-plugins# Complete Jira Issue Complete a Jira issue by creating a PR, updating status, and syncing Notion. ## Step 0: Load Configuration ### 0.1 Load Workflow Config If not exists or `jira.enabled` is false: Extract: - `jira.cloudId` - Cloud ID for API calls - `jira.projectKey` - Project key - `notion.enabled` - Whether to sync to Notion ### 0.2 Load Notion Config (if notion.enabled) Extract: - `todo.id` - TODO database ID (user-level config) ## Step 1: Extract Issue Key from Branch Extract issue key using pattern: `[A-Z]+-[0-9]+` Example: `feature/CP-1-add-auth` → `CP-1` If no iss...