-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Guide
This guide covers project-level administration for Effort Tracker, including activity type management, import/export, and data purging.
Navigate to Project Settings > Effort Tracker (under Boards section).
The admin interface has four tabs:
- Activity Types - Manage activity categories
- Import / Export - Data migration tools
- Purge Data - Delete records
- Users - View users in this project
Activity types categorize effort entries (e.g., Development, Testing, Code Review).
The Activity Types tab shows all types for your project:
| Column | Description |
|---|---|
| Name | Display name of the activity type |
| Order | Display order in dropdowns |
| Active | Whether the type is available for selection |
| Records | Number of effort entries using this type |
| Actions | Edit and delete buttons |
- Click Add Type button
- Enter the Name (e.g., "Bug Triage")
- Set the Display Order (lower numbers appear first)
- Ensure Active is checked
- Click Save
- Click the Edit (pencil) icon on the row
- Modify the name, order, or active status
- Click Save
Note: Changing a name updates all existing entries using that type.
Instead of deleting, you can deactivate a type:
- Edit the activity type
- Uncheck Active
- Click Save
Deactivated types:
- Won't appear in dropdowns for new entries
- Will still display on existing entries
- Can be reactivated later
- Click the Delete (trash) icon
- Confirm the deletion
Tip: Consider deactivating instead of deleting if you may need the activity type later. Existing effort entries will retain their activity type.
Export all effort data from your project:
- Go to Import / Export tab
- Click Export All Project Data
- A ZIP file downloads containing:
-
effort_logs.csv- All effort entries -
activity_types.csv- Activity type definitions
-
Import effort entries from CSV:
- Click Download Template to get the format
- Fill in your data following the template
- Click Select CSV File
- Review the import preview
- Click Import
workItemId,date,hours,activityType,notes
123,2025-01-15,4.5,Development,Implemented feature
124,2025-01-15,2.0,Testing,Wrote unit tests| Column | Required | Description |
|---|---|---|
| workItemId | Yes | The work item ID |
| date | Yes | Date in YYYY-MM-DD format |
| hours | Yes | Hours as decimal |
| activityType | Yes | Must match existing type name |
| notes | No | Optional notes |
- Click Download Template for activity types
- Fill in your types
- Click Select CSV File under Activity Types
- Review and import
name,displayOrder,isActive
Development,1,true
Testing,2,true
Documentation,3,trueDelete effort records from your project. Use with caution!
Delete specific records matching criteria:
- Go to Purge Data tab
- Select filter criteria:
- Users
- Activity Types
- Date Range
- Work Item IDs
- Click Preview to see matching count
- Click Purge Selected
- Confirm the deletion
Delete ALL effort data from the project:
- Click Purge ALL Data
- Type the project name to confirm
- Click Confirm Purge
Warning: This action is irreversible. Export your data first!
View users who have logged effort in your project:
| Column | Description |
|---|---|
| User ID | Azure DevOps user identifier |
| User Name | Display name |
| Logs | Number of effort entries |
- Use clear, consistent names
- Keep them concise (1-3 words)
- Use title case (e.g., "Code Review" not "code review")
- Export first: Always export data before purging
- Communicate: Inform team of activity type changes
- Test imports: Try with a small dataset first
- Review inactive activity types quarterly
- Archive old data via export before purging
- Check for unused or duplicate types
- Org Admin Guide - Organization-wide settings
- Licensing - Manage subscriptions