You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I see there is an easy way to convert a checklist item to a card, but I have multiple occasions where I would like to convert current card to an item in a checklist on an existing card. Is this possible? If not, is this feature in the current backlog? (I'd like to up-vote it)
Hey @Jessica Witt,
Unfortunately not. However, since you can create multiple checklist items in one go by pasting multiple lines into the add checklist item field, all you really need is a list of card names to copy from.
One (kinda technical) option is that you can export your whole board to a JSON file (click share + more under actions to find that option) and then print a list of all card names fairly easily like this:
perl -MJSON -l -0 -e 'print $_->{name} for (@{decode_json(<STDIN>)->{cards}})' < board.json
This only works if your cards are one-liners because it won't print any attachments like descriptions or checklists.
If you have a premium license, there is also the option to export your cards to a .CSV to easily copy/paste into a checklist :)
Good luck!
There are unofficial ways to do this through something like ButlerBot, which is a third-party tool that hooks directly into trello to give you some customizeable automation. So you could definitely get this to work.
Otherwise, have you tried just copying the link of the child card and pasting it into a list in the parent card? That way, you can navigate to the child card directly from the parent card at least.
Also, you can copy the parent card link and paste it on the child card to be able to go back to the parent card too.
Let me know if you would like me to help you set this up for yourself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I created a list called ADD-XLIST and moved the card to the list. Then used share to copy the link and paste it in a checklist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had this question, too. While trying to figure it out, I discovered that you can attach a card to another card. Perhaps that would be a good work-around for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Community! My name is Brittany Joiner and I am a Trello enthusiast and Atlassian Community Leader. I'll be sharing with you a series of videos with my top tips on how to best use Trello...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.