I have a template board. Some of the cards have links to other cards within that template. When I create a new board from the template, the links do not link to the cards in the new board, but back to cards in the template. Is there a way for the template to generate the links to the cards generated on the new board instead of back to the main template?
I took a look at this to determine whether it can be achieved with some code.
Here's a preliminary findings
[{'id': '626b3dd23b21a34e81ca176c', 'idMemberCreator': '5ea12d36...ef7d', 'data': {'board': {'id': '626b3dd.....1ca15f1', 'name': 'Bug Tracker', 'shortLink': '018MiqGd'}, 'boardSource': {'id': '6228......83d5c', 'prefs': {'isTemplate': True}, 'templateCategory': 'engineering'}}, .................]
Assuming you are authorised to access both boards, it seems that the newly created board has the id of the sourceBoard.
Technically, you can run through the cardlinks on the new board, find out the name and listname on the source board - get the link of the equivalent card on the new board and replace the cardlink.
Depending on the number of cards, it can be fairly resource intensive.
Perhaps someone else might have a better and easier way to do this.
Thank you. Yes, I understand what you're saying. However, I'd like an easier way. Just wondering if there is one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With Trello Automation, I was able to setup the link to the corresponding card from the new board but yet to find a way to remove the cardlink to the template card. I tested it with one attachment via a card button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Having exhausted trying to use Trello Automation, I decided to create this endpoint
As it turns out, the program need not use the stuff shown above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.