Create a new Jira issue
/plugin marketplace add minukHwang/claude-plugins/plugin install minukhwang-jira-plugins-jira@minukHwang/claude-plugins# Create Jira Issue Create a new issue in the configured Jira project with optional Notion TODO sync. ## 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.siteUrl` - Atlassian site URL (e.g., yoursite.atlassian.net) - `jira.projectKey` - Project key for issue creation - `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: Get Issue Types from Project First, fetch ...