Close JIRA issue when increment complete
/plugin marketplace add anton-abyzov/specweave/plugin install sw-jira@specweave# Close JIRA Issue Command **Usage**: `/sw-jira:close <increment-id>` **Purpose**: Close JIRA issue and add completion summary --- ## Command Behavior When user runs this command, Claude should: ### 1. Check Permission Gate (MANDATORY FIRST STEP) **Before ANY JIRA API calls**, check if status updates are allowed: ### 2. Resolve JIRA Profile Use the increment's stored profile or fall back to global defaultProfile/activeProfile: ### 3. Validate Increment Completion Before closing, verify the increment is actually complete: ### 4. Validate Issue Is Linked ### 5. Invoke JIR...