VSCode TimeTrack Extension
This extension tracks your active development time per JIRA ticket based on the current Git branch and syncs it to a remote API every 15 minutes.
Features
- Tracks total and per-ticket coding time
- Auto-resets timer on inactivity
- Detects ticket keys from Git branches (e.g.,
ABC-123)
- Syncs tracked time to an external API
- Stores secure token with VSCode secrets API
- Status bar display for real-time feedback
Commands
TimeTrack: Authenticate Token
TimeTrack: Update Token
TimeTrack: Delete Token
Notes
Make sure your Git branch names include a JIRA ticket key (like ABC-123) for accurate tracking.
| |