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
- Host: GitHub
- URL: https://github.com/asklar/adoblame
- Owner: asklar
- License: mit
- Created: 2020-05-29T21:30:47.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T01:40:42.000Z (over 3 years ago)
- Last Synced: 2024-12-30T07:42:27.548Z (over 1 year ago)
- Language: C#
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeBlameController.cs
- License: LICENSE
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`