Start working on a Jira issue (creates branch, updates status)
/plugin marketplace add minukHwang/claude-plugins/plugin install minukhwang-jira-plugins-jira@minukHwang/claude-plugins# Start Jira Issue Start working on a Jira issue by creating a branch, updating status, and syncing Notion. ## Usage If no issue key provided, shows list of available issues. ## 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 - `jira.includeInBranch` - Include issue key in branch - `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:...