How do I sync a field between different projects?

Carlos Contreras Peinado 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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