gioboa / jira-plugin

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

Unable to select assignee during create issue when list is too long #45

Closed sethbacon closed 5 years ago

sethbacon commented 5 years ago

Describe the issue Unable to create issue. Our list of jira users is quite long (hundreds of users) and I only get a single page of potential assignees (basically some of the a's) Typing my name does not find it in the list.

To Reproduce Steps to reproduce the behavior:

  1. Go to Command Palette
  2. Type Jira
  3. Select Insert Jira issue
  4. Assignee is one of the *Required fields
  5. Potential list appears to stop at @ 50 names.

Expected behavior The full list of potential jira users should be returned and typing my name should return the correct assignee OR the ability to page through the list.

Screenshots Attached. list typing

Desktop (please complete the following information):

gioboa commented 5 years ago

Hi, you are right. In this line I limited the result to 50 rows and I don't remember why. I will fix it soon, sorry... It's a big fault.

sethbacon commented 5 years ago

No problem, thanks for the quick response.

gioboa commented 5 years ago

@sethbacon solved in v 0.11.1. Please give me your feedback. Thanks. 👍

sethbacon commented 5 years ago

@gioboa Working great now!!! Thanks for your quick turnaround.

SlawekJarosz commented 5 years ago

@gioboa related to the above... Our JIRA user list is well over 1000 so some users cannot be assigned to an issue. Would it be possible to add a search function for a user in case the user name is outside of the 1000 preloaded ones?

gioboa commented 5 years ago

Hi @SlawekJarosz , with this commit I will finally fix the problem. :+1:
Tomorrow I will publish a new minor release.

UPDATE

@SlawekJarosz The new release v 0.12.4 solve your issue.

SlawekJarosz commented 5 years ago

Hi @gioboa, thank you!

SlawekJarosz commented 5 years ago

Hi, BTW, I tested it and it works great. Thanks for the quick update!

gioboa commented 5 years ago

Thanks for your feedback. It was a pleasure! :smile: :+1: