5

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?

1 Answers1

4
  1. Write a query to look at Changed By | = | Person. You can also search for Changed By | Was Ever | person

enter image description here

  1. Use the Audit log under the Organisation settings.

enter image description here

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.

  1. Or, there's an activity feed extension you can install from the marketplace.