Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/c6ec800b2b5c1bd2c094dd24597eef4e to your computer and use it in GitHub Desktop.
Save iaindooley/c6ec800b2b5c1bd2c094dd24597eef4e to your computer and use it in GitHub Desktop.
Copy my boards
function copyMyBoards()
{
var douchebag = new Member({username: "exteammember"});
new Trellinator().boards().each(function(board)
{
board.copy(board.name()).removeMember(douchebag);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment