Add additional (commented out) metadata in "resolve in issue" issue
Problem (not really a problem, just an observation)
When resolving an MR thread by creating an issue, you could lose some metadata associated with the original MR unless you manually copy it over (ie labels, milestone etc)
Proposal
Make it easier to track these newly created issues by adding an additional section in the issue description.
As suggested by @andr3:
<!--
You might want to run these quick actions to copy metadata from the original merge request:
/label ~label1 ~label2
/milestone %1.1
/copy_metadata !1234
-->