microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.3k stars 574 forks source link

Ability to change label on an Issue #6227

Open christie304 opened 2 weeks ago

christie304 commented 2 weeks ago

Ability to change or add label to an Issue similar to when creating a PR. This would allow users to easily toggle to On Hold or other statuses that are housed in the label options.

alexr00 commented 5 days ago

Is this the flow you're thinking of?

  1. Have an existing issue on GitHub, ex issue #123
  2. Create a PR with the extension and put Fixes #123 in the PR description so that the issue gets linked.
  3. Issue #123 has a label added to automatically.
christie304 commented 20 hours ago
  1. Issue #123 opened.
  2. In the plugin, I right click and select the unassigned Issue from the Issues panel. I may choose to label it "In Development" or "In Progress" from a list of available labels.
  3. Development is completed, and I do the PR where I can select a label, request a review, add comments, etc.

It seems functionality is limited in the Issues panel. Additional features to customize the Issue without having to leave my workspace would improve workflow.