fix: load assignee options on initial dropdown open - #1801
Open
utsav-develops wants to merge 4 commits into
Open
fix: load assignee options on initial dropdown open#1801utsav-develops wants to merge 4 commits into
utsav-develops wants to merge 4 commits into
Conversation
utsav-develops
requested review from
Blastoplex,
amarg-at,
bwieger-atlassian-com,
cabella-dot,
ccallcottstevens,
cindy-atl,
dchiew-atl,
jwang19-atlassian,
marcomura,
matt-lassian,
mattcolman,
sdzh-atlassian and
teg-atlassian
as code owners
April 26, 2026 12:12
|
Hooray! All contributors have signed the CLA. |
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. |
Author
|
@atlassian /review |
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. |
Author
|
@atlassian /review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
[]Basic checks:
npm run lintnpm run testRovo Dev code review: Rovo Dev couldn't review this pull request
The pull request author does not have access to Rovo Dev.