CyberSecurity // Azure // Frontend // Svelte // Cloud Native // Software // CyberSecurity // Azure // Frontend // Svelte // Cloud Native // Software

Copying issues between github repositories

Cover for Copying issues between github repositories

Github Issues

Github issues are used to track features, bugs, enhancements and other work related to a repository.

When creating a new repository from a template repository however, they aren't copied over.

We can copy them over ourselves by makes use of the Github CLI, and the following script in Powershell:

// POWERSHELL //

This will loop over every issue in the source repository, and copy it over to the target repository.

Make sure you have access to create issues in the target repo, and to have the Github CLI installed!

Read More