-
Notifications
You must be signed in to change notification settings - Fork 0
Reports Guide
Sina Gulsen edited this page Dec 31, 2025
·
9 revisions
The Reports hub allows you to query, filter, and export effort data across your project or organization.
Navigate to Boards > Effort Reports in your Azure DevOps project.
The Reports hub consists of three main sections:
- Filter Panel - Set query criteria
- Results Grid - View matching effort entries
- Export Options - Download data as CSV
| Filter | Description |
|---|---|
| Date Range | Start and end dates for the query |
| Users | Filter by one or more users |
| Activity Types | Filter by activity categories |
| Work Items | Filter by specific work item IDs |
| Area Path | Filter by area path |
- Set your desired filter criteria
- Click Run Query to execute
- Results appear in the grid below
Users, Activity Types, and Area Paths support multiple selections:
- Click the dropdown
- Check multiple items
- Selected items appear as tags
- Click the X on individual filter tags
- Or click Clear All to reset all filters
The results grid displays matching effort entries:
| Column | Description |
|---|---|
| Work Item | ID and title (clickable link) |
| Date | Date of the effort entry |
| Hours | Time logged |
| Activity | Activity type |
| User | Who logged the entry |
| Project | Project name |
| Area Path | Area path of the work item |
| Notes | Entry notes |
Click column headers to sort:
- First click: Ascending (A-Z, oldest first)
- Second click: Descending (Z-A, newest first)
Large result sets are paginated:
- Shows 50 entries per page
- Use navigation controls at bottom
- Total count displayed
Above the results, you'll see summary statistics:
- Total Entries: Number of matching records
- Total Hours: Sum of hours in the result set
- Unique Users: Number of distinct users
- Run your query with desired filters
- Click Export CSV
- A CSV file downloads with all matching entries
The exported CSV includes all columns:
WorkItemId,Title,Date,Hours,ActivityType,User,ProjectName,AreaPath,Notes
123,Implement login,2025-01-15,4.5,Development,John Doe,MyProject,MyProject\Web,Fixed auth bugTo export all effort data without filters:
- Clear all filters
- Click Export CSV
- All entries for the project will be exported
Note: Large exports may take a few moments to generate.
- Set Start Date to Monday of current week
- Set End Date to today
- Run query
- Set Start Date to first of month
- Set End Date to today
- Select yourself in Users filter
- Run query
- Select "Development" in Activity Types
- Select team members in Users
- Set date range
- Run query
- Enter work item ID in Work Items filter
- Clear other filters
- Run query to see all effort logged on that item
Coming Soon: The ability to save and share frequently used queries.
- Admin Guide - Configure project settings
- Org Admin Guide - Organization-wide data management