Refactor "Move issue" jQuery dropdown in Issue Sidebar to GitLab UI GlDropdown (or something else)
The following component utilizes our old deprecated jQuery-based dropdown implementation and should be replaced with a new implementation based upon GitLab UI's `GlDropdown` component:
- app/assets/javascripts/sidebar/lib/sidebar_move_issue.js
- app/views/shared/issuable/_sidebar.html.haml
## Instructions
These uses of initDeprecatedJQueryDropdown are often bespoke implementations with custom logic, so there is no one-size-fits-all guide to replacing it. Look to other resolved issues within this epic for guidance and examples.
Part of gitlab-org&4284
issue