I just observed that the checklist check statuses were not replicated? Can anyone recall this was not the case previously?
@milynnus nope the checklist state has always been reset when you do a card copy. If you want to update the state on a card copy you have to automate it.
@Iain Dooley Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a way for each checklist item status to remain the same as on the original card. I am using a Board Button and see the option to check all checklist items, but I need the checklist items to keep their current status.
Also and more importantly, when I copy a card it resets all my due dates to incomplete. Is there a way to have them keep their status also? As a work-around I would be willing to not have the dates copy over at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jill Young there isn't anything built in that will let you copy a card and maintain its state but that's a relatively simple API automation that could be done using our BenkoBot platform:
If you wanted to still use a button, you could have the button add a label then use that as the trigger for your BenkoBot listener, something like:
https://gist.github.com/iaindooley/310565840a9b38c6aaf853be3cb7b034
If you're not a coder we can put you in touch with a vetted dev to help you set it all up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Following the reply from @Iain Dooley , I when back add code that allows for status, assigned, due dates to be replicated across .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Iain Dooley for your prompt response. I am not a coder so this is all new to me, although I believe I can understand coding if I have an opportunity to learn and use.
Thank you @milynnus for your quick action also. I appreciate you jumping in to help. Although, maybe since I'm not a coder, I do not understand or find what change you made.
Could one of you please explain?
Thanks so much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Effectively, in the part of the code that I needed to copy the card with item statuses, assignment and due dates brought across, I was able to get the check statuses over to the copied card.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jill Young well, you can see a "crash course" and some examples on how to use BenkoBot on our community board :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.