Push local progress to Jira (like git push). Updates epic/story with task completion and comments.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-jira@specweave# Jira Push Command **Usage**: `/sw-jira:push [increment-id]` **Purpose**: Push local progress to Jira (like `git push`) --- ## Quick Start --- ## What Gets Pushed | Field | Source | |-------|--------| | **Progress** | Calculated from tasks.md (X/Y tasks, Z%) | | **Comment** | Auto-generated with completed tasks list | | **Status** | Transition if threshold crossed | | **Custom Fields** | Completion % if field exists | --- ## Command Behavior When user runs this command: ### 1. Check Permission Gate ### 2. Calculate Progress ### 3. Invoke Push Sync ### 4. Display Resul...