-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Sina Gulsen edited this page Dec 31, 2025
·
6 revisions
This guide will help you install and configure Effort Tracker for your Azure DevOps organization.
- Azure DevOps Services (cloud) or Azure DevOps Server 2019+
- Organization administrator access for installation
- Project Collection Administrator or Project Administrator role
- Navigate to the Visual Studio Marketplace
- Search for "Effort Tracker" by Sinaware
- Click Get it free
- Select your Azure DevOps organization
- Click Install
During installation, you'll be asked to authorize the following permissions:
| Scope | Purpose |
|---|---|
vso.work |
Read work items to display effort on work item forms |
vso.work_write |
Update work item fields (Completed Work, Remaining Work) |
vso.project |
Read project information for context and navigation |
vso.graph |
Read user/group membership for admin permission checks |
These are the minimum permissions required for the extension to function.
After installation, verify that the extension is working:
- Open any work item in Azure Boards
- You should see a new Effort tab on the work item form
The first time you use Effort Tracker, it will automatically initialize your organization's data tables and seed default activity types. This happens automatically when you:
- Open the Effort tab on a work item
- Navigate to any Effort Tracker hub
Default activity types are created automatically:
- Development
- Testing
- Documentation
- Code Review
- Meetings
- Support
- Research
- Design
- Deployment
After installation, you'll have access to these hubs under Boards:
| Hub | Location | Purpose |
|---|---|---|
| Effort | Work Item Form Tab | Log and view effort on individual work items |
| Reports | Boards > Effort Reports | Query and export effort data |
| Settings | Project Settings > Effort Tracker | Manage activity types |
| Organization Settings | Organization Settings > Effort Tracker | License and org-wide settings |
Before logging effort, you may want to customize the activity types for your project:
- Go to Project Settings > Effort Tracker
- Add, edit, or remove activity types
- Set display order as needed
See Admin Guide - Activity Types for details.
- Open any work item
- Click the Effort tab
- Fill in the form:
- Date: When the work was done
- Hours: Time spent (supports decimals like 1.5)
- Activity Type: Select from dropdown
- Notes: Optional description
- Click Add
- User Guide - Learn how to log and manage effort entries
- Reports Guide - Query and export effort data
- Admin Guide - Configure project settings