Can you default a value of an attribute based on a value of an attribute in another work item
Question: Can you default a value from an attribute from one work item into another work item that has the same field?
We don't want to have manually update the workitem with the same information that is included in another work item.
Example: If I update attribute A with a value in workitem 1 and workitem 2 also contains attribute A, we want the value carried over that was put in attribute A in Workitem 1 to default into attribute A of workitem 2.
Can we do this with a javascript or will this require an extension?
Accepted answer
This will not be possible with JavaScript. You will need a server extension. This is an example: https://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/