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)
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.
Simple and elegant answer to what I was just trying to figure out myself. Thanks! Got stuck on the idea that it had to be a checklist, but that's not true.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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!
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.