can i automatically update the original work item when the cloned work item is updated?
![]()
hello
i have 2 projects: a work item is opened in project A and then manually cloned to project b. i want to know how to automatically update work item A whenever work item B is updated or even touched. thank you |
One answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Dec 11 '15, 5:02 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You would need a link back to the original that can definitely be identified and a Follow up action (or a full blown synchronizer) that detects the change and applies it the the work item identified by the link.
All the potential problems with synchronization conflicts would apply. |