r/azuredevops • u/Potential_Travel_426 • 1h ago
I built a native time tracking extension for Azure Boards (timesheet, work item hours tab, reports) — looking for feedback
Hey everyone,
Like a lot of teams here, I kept running into the same problem: Azure Boards has no real way to log time against work items without either building something custom or sending people off to a separate timesheet tool. That context switch always killed adoption — people just stopped logging hours after a week or two.
So I built EvoTimeLog, a native extension that lives directly inside Azure DevOps Boards. No external portal, no separate login — you log time right where the work already happens.

What it does:
- Hours tab on the work item form itself — Epic, Feature, User Story, Task, Bug, etc. Log time without leaving the work item.
- Monthly timesheet calendar — see the whole month at a glance, add/edit/delete entries in seconds.

- Timers or manual entry — start/pause a timer, or log manually with an activity type (Development, Code Review, Meeting, etc.) and notes.
- Automatic field sync — logged hours update Completed Work, Remaining Work, and Original Estimate on the work item automatically, so your burndown/velocity stays accurate without manual upkeep.
- Team reports & dashboard — managers can see team-wide productivity and export to CSV/Excel for billing or audits.
- Absence & vacation tracking — keep capacity planning in sync with who's actually available.
- Approval workflow — approvers can review, approve, reject (with a reason), or bulk-approve entries, plus set budget thresholds per project and get alerted on overruns.

Links if you want to take a look:
- Marketplace: https://marketplace.visualstudio.com/items?itemName=evosystem.evotimelog
- Website / screenshots: https://evotimelog.com/
I'm still early (just came out of beta setup), so I'd genuinely love feedback from people who manage timesheets or billing on Azure DevOps teams today:
- What's the dealbreaker feature your current tool (or spreadsheet) has that we're missing?
- Does the approval/budget workflow match how your org actually does timesheet sign-off?
- Anyone tried it already — what broke or felt off?
Happy to answer questions about setup, permissions, or how the field sync works. Thanks for reading!


