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'.
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