Change Jira connect groups_list to use prop
What does this MR do and why?
Pass page as value
prop instead of using v-model and set the page manually with the @input
event. This helps us be a bit more explicit with the event handling instead of relying on v-model.
This fixes the spec in Vue3 as we can guarantee the order of events / value assignments.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
How to set up and validate locally
See https://docs.gitlab.com/ee/development/integrations/jira_connect.html#setup-without-jira
Related to #504665 (closed)