Card ist in board "A" and the card-button I want to create should do this:
- Copy the card from board "A" to another board (say "B")
- Remove the label from the card at board "A" (but not from the copy at "B")
- Remove the due date from the card at board "A"(but not from the copy at "B")
I created a card button with these three commands in order like above, but what it does is this:
- The card is copied to board "B"
- The label is removed from the card in board "B" but not at "A" (I need exactly the other way)
- Same behaviour with the due-date (I need exactly the other way)
Any ideas how to realize my wishes?