I want to have it so that when I run an automation, the same card is created on both boards (a clone, I believe). I then want it so that when one of the cards is moved to 'Done' on one board, it automatically moves the card on the other board to 'Done'.
Hi Dileep,
You can try something like this in the behaviours,
def bucketAction = getFieldByName("Bucket Action")
def numberField = getFieldByName("AUSL_Number") if(bucketAction.getValue().equals("Devivery Conflict")){ numberField.setRequired(true) }
-Praveen
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.