Skip to content

fix: load assignee options on initial dropdown open - #1801

Open
utsav-develops wants to merge 4 commits into
atlassian:mainfrom
utsav-develops:main
Open

fix: load assignee options on initial dropdown open#1801
utsav-develops wants to merge 4 commits into
atlassian:mainfrom
utsav-develops:main

Conversation

@utsav-develops

@utsav-develops utsav-develops commented Apr 26, 2026

Copy link
Copy Markdown

fixes: #1800

What Is This Change?

Fixes the assignee dropdown in the create issue webview not loading options on initial open. Previously, users had to type a search query before any assignees appeared, this didn't match Jira's own webapp behavior where options load immediately.

The fix passes a space character as the initial input to loadOptions, triggering the fetch on first open without requiring user input.

How Has This Been Tested?

Manually tested in the VS Code extension:

  • Opened create issue webview
  • Clicked assignee dropdown — options load immediately without typing
  • Typed a search query — filtering still works correctly
  • Tested empty results case — falls back to []

Basic checks:

  • npm run lint
  • npm run test

Rovo Dev code review: Rovo Dev couldn't review this pull request
The pull request author does not have access to Rovo Dev.

@atlassian-cla-bot

atlassian-cla-bot Bot commented Apr 26, 2026

Copy link
Copy Markdown

Hooray! All contributors have signed the CLA.

@atlassian

atlassian Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

To enable Rovo Dev code reviews, link your GitHub account to your Atlassian account.

This is a one-time task that takes less than a minute. Once your account is linked, resubmit the pull request to trigger a code review.

@utsav-develops

Copy link
Copy Markdown
Author

@atlassian /review

@atlassian

atlassian Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

To enable Rovo Dev code reviews, link your GitHub account to your Atlassian account.

This is a one-time task that takes less than a minute. Once your account is linked, resubmit the pull request to trigger a code review.

@utsav-develops

Copy link
Copy Markdown
Author

@atlassian /review

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

Successfully merging this pull request may close these issues.

Assignee field requires search input before options load

1 participant