Is it possible to fetch the work item history in Azure DevOps? I've tried using the AzureDevOps.GetWorkItemDetails but there is no History field available.
I thought there would be something like ThisItem.fields.System_History but there isn't.

Is it possible to fetch the work item history in Azure DevOps? I've tried using the AzureDevOps.GetWorkItemDetails but there is no History field available.
I thought there would be something like ThisItem.fields.System_History but there isn't.
Hi @Revlock97,
Actually, AzureDevOps.GetWorkItemDetails could not get you the history of the work items.
You could only use API to get the history of work items.
Please try below API to get the history, for more info, please refer to this doc.
GET https://dev.azure.com/{Org name}/{Project name}/_apis/wit/workItems/{Work Item ID}/revisions