reference From Name
Use the referenceFromName field to filter work items by downstream references. The result includes work items that are referenced by the specified item name.
For example, if Bug 1 references User Story 1, filtering by referenceFromName = 'Bug 1' returns User Story 1.
Supported operators:=,!=,IN,NOT IN.
referenceFromName = 'Bug 1'  //the result will be the 'User Story 1' work item
Was this helpful?