Move issue/epic/incident sidebar items into actions dropdown menu
### Background We still have the MR sidebar updates behind a feature flag but we'd like to enable it globally. In order to do so, we should probably ensure that there's a little bit more consistency between issues, epics, (other issuables?), and merge requests. ### Proposal - Move several sidebar items into the dropdown at the top to maintain relative parity with MR - lock, copy reference, copy email, notifications - Add popover to alert users to the moved items - Popover should appear on both issues and MRs - Once dismissed from either location, it shouldn't show again - Popover copy: `Notifications, <issue/merge request/etc> lock, and other actions are available in this dropdown list.` - Add behind same `:moved_mr_sidebar` feature flag ##### Issue - Notifications - Lock issue - Copy reference - Copy email email ##### Epic - Notifications - Copy reference ##### Incident - Notifications - Copy reference - Copy email | Current | Proposal | Popover | | ------ | ------ | ------ | | ![issue-current](/uploads/e3fa55ff06d94f1400521a9247edaa18/issue-current.png) | ![issue-dropdown](/uploads/f4577cc1724e4b2610fa228e8345d28d/issue-dropdown.png) | ![Screenshot_2023-01-16_at_11.19.22_AM](/uploads/b6836d359a3050258bb004575f09b047/Screenshot_2023-01-16_at_11.19.22_AM.png) |
issue