- Create an access token with permission on projects.
- Install with npm
@octokit/coreanddotenv. - Create a
.envfile withACCESS_TOKEN=mytoken - Copy/paste this script in an
index.jsfile. - Get column ids for source and destination.
Add the following line:
copy('mysourcecolumn', 'mydestinationcolumn');Run your index.js file!