Sync Jira issues with local tasks. Use during daily planning or when user asks about Jira issues.
Check Jira for assigned issues and sync with local task management.
Call jira_search with JQL:
assignee = currentUser() AND status != Done ORDER BY priority DESC
Check Tasks/ for existing files with Jira references:
jira_key in YAML frontmatterJira Issues (8 active):
**Blockers/Critical**
- PROJ-123: Production bug in auth [In Progress]
**High Priority**
- PROJ-124: API rate limiting [To Do]
- PROJ-125: Update deployment docs [In Review]
**Normal**
- PROJ-126: Refactor logging [Backlog]
3 issues not yet in local Tasks. Create them?
| Option | Description |
|---|---|
| Create all | Add all new issues as local tasks |
| Select specific | Choose which to sync |
| Skip | Continue without syncing |
For each issue to sync, create task file:
---