Forum Discussion
Parent-Child Attribute/Field AzureDevOps/VSTS
This should be possible to do as Analytics parent/child work items relationship.
However, since there can be multiple children you will not get the result in a simple one-column structure - it will be a complex object. It may be possible to just take first non-empty one, but either way you need to decide what to do if there are multiple children.
- Sopanda7 years agoFrequent Visitor
Hey thanks for replying!
So in my data I have the parent work ids for child WITs. Is there a way for me to capture data from the parent WIT and apply it to the child in a new column?
I tired the following formula but it returned nothing to me. Seems like the formula I wrote will return the false result which would be returning nothing.
Custom Column =
IF('Work Item Fields'[Work Item Type]="Child WIT", IFERROR(LOOKUPVALUE('Work Item Fields'[Team Name],'Work Item Fields'[Work ID],'Work Item Fields'[Parent Work Item Id]),"ERROR"),"")- v-cherch-msft7 years agoMicrosoft Employee
Hi Sopanda
Sample data and expected output will be helpful to provide an accurate solution.Could you follow the How to Get Your Question Answered Quickly to post your simplified assumed data and expected output?
Regards,