GitLab CE (the free/open source version of GitLab) has an import issues feature but doesn’t have an export issues feature (because, not enterprise, apparently).
So if you fork a project and want to transfer the issues also, you’re out of luck. Unless you use the API, that is.
Today, I had the need to experiment with rerunning cloud-init on a virtual machine created with multipass. You can use cloud-init with multipass by specifying a cloud-init.yaml file when creating your instance. e.g,
This is all well and good and works as you would expect. However, today, I wanted to experiment with running cloud-init on an already-provisioned instance.