Trackers Overview
Saga supports pushing to and syncing with Jira Cloud and Azure DevOps. Both go through a common TrackerAdapter interface, so the workflow is the same regardless of which you use.
Supported trackers
Workflow
- Configure your tracker under Settings → Tracker
- Push epics (must be pushed before their stories — enforced) and stories
- Sync periodically to pull remote changes and resolve conflicts
See Pushing Epics & Stories and Two-Way Sync & Conflicts for the detailed flows.
What's never automatic
- No background auto-push — sync and push are always user-triggered
- No silent conflict resolution — every sync opens a review panel before anything is written
- No secrets in
.saga/— tokens/PATs live in VS Code SecretStorage only
