How to fetch the user details who modifies the work item links?
Hello All,
The API call getModifiedBy() does not include link history. I have a user name "x" with me and say there are 100000 work items on a server.
And say this user "x" has made some changes to links (addition, removal) for some of the work items among these 100000 work items.
I want to filter out these work items first based on the user name "x" (if he has modified links) and then proceed ahead with processing.
Is there a faster way to detect this kind of modifier of the work item ? I know it can be done by iterating over history of a work item but that takes very very long time.
Thanks for any help!
The API call getModifiedBy() does not include link history. I have a user name "x" with me and say there are 100000 work items on a server.
And say this user "x" has made some changes to links (addition, removal) for some of the work items among these 100000 work items.
I want to filter out these work items first based on the user name "x" (if he has modified links) and then proceed ahead with processing.
Is there a faster way to detect this kind of modifier of the work item ? I know it can be done by iterating over history of a work item but that takes very very long time.
Thanks for any help!