Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created October 5, 2020 22:57
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/726d451e0efee270c8beee678077f5f2 to your computer and use it in GitHub Desktop.
Save iaindooley/726d451e0efee270c8beee678077f5f2 to your computer and use it in GitHub Desktop.
Enable powerup
var plugins = ["0ad9a09sdf8asdfa","adfa098dsfa0s9d8f","asdfa098fa0s9d8f"];//list of plugin IDs to enable
new Trellinator().boards().each(function(board)
{
for(var i = 0;i< plugins.length;i++)
{
TrelloApi.post("boards/"+board.id()+"/boardPlugins?idPlugin="+plugins[i]);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment