Forums

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

How do I sync a field between different projects?

Carlos Contreras Peinado
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 19, 2016

Hi all! smile

I am trying to create a field that gets automatically updated when the same field in a linked issue is updated. It would be something like:

Task 1 : Field_Date is updated.

Task 2 (Linked to Task 1): Field_Date gets notified of the change and updates itself.

Task 3 (Linked to Task 1) : Field_Date gets notified of the change and updates itself.

Task 4 (Linked to Task 1) : Field_Date gets notified of the change and updates itself.

...

Is this possible? Thank you! 

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2016

You'll need to find or write a listener that can pick up any changes to task 1, iterate over its links and go update the dates on the other issues.

Suggest an answer

Log in or Sign up to answer