gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
265 stars 41 forks source link

fix: use displayName in picker if available such as in assignee field #171

Closed Namburgesas closed 3 years ago

Namburgesas commented 3 years ago

When selecting assignee during issue creation, the quick picker currently shows user ID URLs instead of the user's displayName. The intent of this section of code is to determine a user-friendly label for each choice, so I added displayName as a source taking priority over name.

gioboa commented 3 years ago

Thanks for your feedback and for the PR 💪👍 Feel free to change other things if you find other improvements. 🔝