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