How to display parent attribute value into Child workitem when creating Child workitem
![]()
Hi Team
Regarding Parent - Child relationship I have one Parent Called A and Child WI called B and i have custom attribute called Parent ID and manually entering the Parent ID and saving the WI. However we have ID which is generated by RTC system. We are using custom attribute to keep track Parent ID in their Child WI types When i create Child WI from Parent WI and it should copy or display the ParentID <Value> in Child WI and save. By doing this we can keep track of Child WI with respect to its Parent Is it possible to display or copy Parent WI to Child WI while New Child WI creation? Thanks in advance MRP |
Accepted answer
One other answer
![]()
You can do so through the code. This is is defined in https://jazz.net/library/article/1000.
You have to come up with a precondition or adviser where you can update the work item to be saved. For example if the work item has a parent link then copy some of its attribute values ...
|