Synchronize local progress with Jira - pull latest issue details, post progress updates, and handle bi-directional sync with conflict resolution
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestration[ISSUE-KEY]# Jira Sync Command
Synchronize local development progress with Jira issues. This command implements bi-directional sync to keep local state and Jira in harmony.
## Step 0: Time Tracking Initialization
**AUTOMATIC**: This step runs silently before command execution begins.
The orchestration system tracks execution time for this command. When the command completes:
- If duration >= 60 seconds AND a Jira issue key is detected
- A worklog is automatically posted with comment: `[Claude] /jira:sync - {duration}`
### Issue Key Detection Priority
1. Command argument (e.g., `${issue_key}`)
2. ...