Forum Discussion
chamidu_sumanasekara
Nov 28, 2024Copper Contributor
How to Retrieve Work item updates history
How to Retrieve Work item updates history for a specific field like remaining Work using Azure DevOps API adding extra details in comment section
chamidu_sumanasekara
Nov 28, 2024Copper Contributor
I am using azure devOps work-item updates API to track the changes made to a work item fields over
the time. Specially, I want to retrieve the history of updates to the Remaining Work field.
the work item update history API the response includes the list of all updates made to the work item, and I need to manually filter for changes to the Remaining Work field by iteration through the field property of each update.
Is there a way to filter the results directly in the API call to retrieve updates only for Remaining work.