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
![]()
Ralph Schoon (62.0k●3●36●43)
| answered May 08 '17, 3:02 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited May 08 '17, 3:04 p.m. 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/
nannette Mori selected this answer as the correct answer
|
One other answer
![]() Depending on the use case, maybe you can consider bulk update.
|