Skip to content
New issue

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

Feature request: Add Tags to Column Display options #86

Open
langdonx opened this issue Aug 21, 2020 · 2 comments
Open

Feature request: Add Tags to Column Display options #86

langdonx opened this issue Aug 21, 2020 · 2 comments

Comments

@langdonx
Copy link
Contributor

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

image

image

Doesn't have to be crazy, letting you add tags, just view them.

@langdonx
Copy link
Contributor Author

It looks like it'll have to be another request -- it's /labels (like /threads for PR comments):

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.

@jlipford
Copy link

Please do add tags! Great Extension regardless...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants