Manage your entire Jira workflow from the comfort of your terminal. Run bug hunts, sync tickets, and automate your development pipeline with powerful CLI commands. Watch the demo below to see the bug hunt in action!
Click "Run Demo" to see the bug hunt in action
🔍 Demonstrates: Prisma validation, TypeScript checks, builds, and tests$ tm ticket:create
Create a new Jira ticket from the CLI
$ tm ticket:list
List tickets assigned to you or your project
$ tm ticket:update
Update ticket status, assignee, or fields
$ tm ticket:sync
Sync local progress with Jira
$ tm sync
Synchronize all project data with Jira
$ tm sync:stories
Sync stories and epics from .orchestrator folder
$ tm sync:status
Check sync status and last sync time
$ tm build
Run build with pre-checks and validation
$ tm test
Run test suite with coverage reporting
$ tm typecheck
Run TypeScript type checking
$ tm lint
Run ESLint with auto-fix
$ tm webhook:setup
Configure webhooks for Jira and GitHub
$ tm webhook:test
Send a test webhook to verify configuration
$ tm webhook:logs
View recent webhook activity
$ tm init
Initialize Ticket Mate in your project
$ tm config
View or edit configuration
$ tm auth
Authenticate with Jira
$ tm doctor
Diagnose and fix common issues