I know how to review my own activity in Azure DevOps Boards via the Work Items Page - My Activity dropdown/pivot, but how do I review someone else's activity?
Asked
Active
Viewed 5,074 times
1 Answers
4
- Write a query to look at
Changed By|=|Person. You can also search forChanged By|Was Ever|person
- Use the Audit log under the Organisation settings.
There's a Microsoft article which describes how to use the audit, and how to filter it which can be found here https://learn.microsoft.com/en-us/azure/devops/organizations/audit/azure-devops-auditing?view=azure-devops&tabs=preview-page. You can also export audit data as CSV or JSON to integorate in another application.
- Or, there's an activity feed extension you can install from the marketplace.
spikey_richie
- 9,575

