An open API service indexing awesome lists of open source software.

https://github.com/asklar/adoblame

Find out who changed a tag or field in AzureDevOps workitems
https://github.com/asklar/adoblame

Last synced: 8 months ago
JSON representation

Find out who changed a tag or field in AzureDevOps workitems

Awesome Lists containing this project

README

          

# ADOBlame
Find out who changed a tag or field in AzureDevOps workitems

Setup:
* Create a file called `adoblame.json`:
```json
{
"Uri": "https://myCompany.visualstudio.com/",
"Username": "myUsername@myCompany.com",
"OAuthToken": "optional OAuth token (will use integrated AAD if absent)",
"ShowDetails": false
}
```

Usage:
* `adoblame /id 12345 /tag MyTag` - Searches for the last person who touched the tag `MyTag` in workitem #12345
* `adoblame /id 12345 /tag System.Title="theTitle"` - Searches for the last person who set the `Title` field to `theTitle`