I am working on a analytics query in Azure DevOps Server 2019 that will be set up as a data feed into PowerBI Desktop. I need to know who updated a new custom field on a work item, which may or may not be the last change made, and what that update is. I've tried using the following:
- ChangedBy Works only if the last change is the one needed
- History Contains [field name] doesn't work at all
Is there a way to query for a specific history entry that captures the update of a field and who made it in DevOps Server, or will it have to be written using the API?