Setting attribute with value of attribute from linked work item or using work item list
Hi
Is there way we can use value of attribute from linked work item in parent work item?. For ex: There is work item called "X: contains attribute called "CA ID" and the same attribute is also part of another work item called "Y". The "Y" work item is created and saved by specific role. Then the X work item is created and the "CA ID" attribute to use the value available in "Y" item.
Option #1; Allow use to browse attributes of link item and choose the work item to be used
Option #2: Add follow up action to map attributes of linked items to use the value
Does this possible to through plug-in development? Has anybody tried this earlier?. Please share your points and any docs,links etc..
Thanks in advance!.
Is there way we can use value of attribute from linked work item in parent work item?. For ex: There is work item called "X: contains attribute called "CA ID" and the same attribute is also part of another work item called "Y". The "Y" work item is created and saved by specific role. Then the X work item is created and the "CA ID" attribute to use the value available in "Y" item.
Option #1; Allow use to browse attributes of link item and choose the work item to be used
Option #2: Add follow up action to map attributes of linked items to use the value
Does this possible to through plug-in development? Has anybody tried this earlier?. Please share your points and any docs,links etc..
Thanks in advance!.
One answer
This has been discussed here: https://jazz.net/forum/questions/105872/rtc-display-child-work-items-attribute-value-in-parent
Options you have:
Options you have:
-
Try to use a Java Calculated Value Provider - Java Script will NOT work.
- Try to use a follow up action
-
Try to create a completely new attribute presentation. In this case the presentation would only show the value and not copy it.