microsoft / TeamMate

TeamMate is an application for managing Azure DevOps work items and pull requests.
MIT License
31 stars 11 forks source link

Extend PR queries to allow 'Created by' and 'Assigned to' with '@me' #71

Closed supermem613 closed 2 years ago

supermem613 commented 2 years ago

The initial PR implementation is super limited in what kind of PR queries one can write. With this patch we will extend it to allow 'Assigned To' and/or 'Created By' to be set to '@me' or not set (which means, anyone).

The implementation opens the door for future UX around adding specific people / IDs besides '@me'.

Fixes #68 Fixes #70