Vipin J S
Vipin J S

Reputation: 13

How to I find project/repo/pipeline level activity log in Azure DevOps?

We are trying to find a way to view the changes at project structural level.

Eg: Who created/edited/deleted the repo or project or pipeline excluding the details like commits/build details etc. Idea is to identify the person who messes up the system.

Thank You in advance. :)

**Couldn't spot anything on azure portal activity log.

Upvotes: 0

Views: 1555

Answers (1)

Hugh Lin
Hugh Lin

Reputation: 19391

Auditing in the organization Settings can meet your needs. enter image description here

When an auditable event occurs, a log entry is recorded. These events may occur in any portion of Azure DevOps; some examples of auditable events include: Git repository creations, permission changes, resource deletions, code downloads, accessing the auditing feature, and much more.

For details, you can refer to this blog and docs. Hope this helps.

Upvotes: 1

Related Questions