Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to copy trello board with the built automation?

Ahmed Essam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 20, 2022

Hi Guys, 

I have created a trello board that has automation rules and power up integration. Is there a way to create a template of the board or create a copy to a new account, but with the automation settings and power up details? 

When I create a template, it only copys the lists and buttons and name of power ups, but my rules and the settings inside the power up is not copied?

Thanks for the Help 

 

 

1 answer

0 votes
milynnus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 20, 2022

@Ahmed Essam 

Using Board template, your experience and observation is correct.

I am using py_trello library and recently there were new functions add that seems to suggest that you can :

  • def get_power_ups(self, board_id=None, name='', filters=None):
  • def enable_power_up(self, powerup_id,board_id=None):
  • def disable_power_up(self, powerup_id, board_id=None,):
  • def get_enabled_power_ups(self, board_id=None, name='',):

I have not tried using them.

There is nothing for automation at this point.

Ahmed Essam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 20, 2022

Thanks for the Reply

could you please explain what is py_trello library ?

milynnus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 20, 2022

@Ahmed Essam 

It is a Trello API wrapper for Python. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events