We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As our team grows, our PR list grows, and it's somewhat difficult to let reviewers know the status of a current PR.
Tags is a great solution for that, but without tags being on the All Repositories screen, you have to end up looking at each one to find the status.
e.g.:
Doesn't have to be crazy, letting you add tags, just view them.
The text was updated successfully, but these errors were encountered:
It looks like it'll have to be another request -- it's /labels (like /threads for PR comments):
/labels
/threads
https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull%20request%20labels/get?view=azure-devops-rest-6.0
For my particular example above, it comes back like this:
[ { "id":"{guid}", "name":"Blocked-Behind-3646", "active":true, "url":"https://xxx.visualstudio.com/_apis/git/repositories/{repoGuid}/pullRequests/3744/labels/{guid}" } ]
When I add and remove a label, it doesn't get returned, so not totally sure what active means.
active
Sorry, something went wrong.
Please do add tags! Great Extension regardless...
No branches or pull requests
As our team grows, our PR list grows, and it's somewhat difficult to let reviewers know the status of a current PR.
Tags is a great solution for that, but without tags being on the All Repositories screen, you have to end up looking at each one to find the status.
e.g.:
Doesn't have to be crazy, letting you add tags, just view them.
The text was updated successfully, but these errors were encountered: