Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I set up an automation where updating one board automatically updates another?

beth.sutton
April 6, 2023

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'.

1 answer

1 vote
Praveen
Contributor
May 27, 2018

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

DILEEP KUMAR
May 27, 2018

Thanks Praveen !! Let me check.

Regards,

Dileep Kumar

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events