I want to create a card button that does similar things to the instructions that is given here: https://support.atlassian.com/trello/docs/creating-and-managing-task-dependencies/
Essentially, I don't want ALL checklist item to be converted into linked cards. So I have a work around card button to convert INCOMPLETE items into linked cards. I will first list out the tasks in a checklist, then check the items that doesn't need to be a card, click the card button, then uncheck everything. A chunky work around but it does what I want.
But the work around only seem to work for ONE checklist in a card, since I don't want to specify the checklist name. I just want the button to repeat the same action across all checklists in the card.
A similar query would be to sort ALL list via due dates. At the moment, I had to name each list in the board in the command, instead of just a simple "sort ALL list by due dates". This is a bit annoying since I will have to edit the command every time I rename one of the list.
@Yen Yi Chew welcome to the community! Just to clarify, your question asks how to only convert the incomplete check-items into linked cards. In your description, you mention the method of checking an item, then selecting the button to convert the incomplete ones, then un-checking them again is a workaround.
What would be the ideal scenario for you? It sounds like you only want to apply the action to certain checklist items. Is there any sort of pattern or trend with the checklist items that should be converted to linked cards? For example, would something like this work?
Thanks. I've never thought of doing that instead. However, I still think that would be a good feature to have somewhere down the road.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had looked at both of these requirements a bit. Trello automation as you have found out does not process one checklist at a time. There is no automation to sort items in a checklist.
In both of the above cases, the way I have found around it is via the http request using an endpoint to handle the specific processing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It involves some coding using Trello api or an api wrapper (which is what I use).
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.