Improve Jira Connect search UX
What does this MR do and why?
This MR updates the Jira Connect namespace search functionality such that the page isn't reset when the search term length is < 3.
The background is that the fetchGroups
API returns the same results for search terms with length < 3. For example, a search for g
and for gi
return the same results, but git
is where the search "kicks in".
If a user is on a page > 1, we want to preserve this page if the search term length is < 3.
Related to #331029 (closed)
Screenshots or screen recordings
How to set up and validate locally
Set up guide: https://docs.gitlab.com/ee/development/integrations/jira_connect.html.
Setting up the Jira Connect app is quite an involved process. If you'd like to test manually, let me know and we can organize a sync demonstration call.
Alternatively, you can manually update the code to render the groups_list
component in a page you are more familiar with!
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.