Page 1 of 1

How to copy a card to another card in the same stack

Posted: Mon Aug 17, 2009 4:21 am
by phaworth
I need to be able to create a card in a specific stack by copying it from a "template" card in that same stack, in other words, the new card should have all the same fields and layout of the template card. I am not in the stack in question when I need to do this.

I got as far as setting the defaultStack and using the create command but that just create an empty card.

Could someone enlighten me please!

Thanks,
Pete

Posted: Mon Aug 17, 2009 7:12 am
by mwieder
try

copy card "template"
paste

Posted: Mon Aug 17, 2009 6:33 pm
by phaworth
Thanks, that got me on the right track. Seems that your can copy an object to another object so I didn;t need the paste. But do need to rename the new card with set Title afterwards.
Pete