Hi Team, I am trying AzureDevOps.UpdateWorkItem in Canvas App to update work item status however I can update title, description etc. easily but not getting exact query to update work item status. Please see below code -
AzureDevOps.UpdateWorkItem(
"1",
"AccountName",
{
project: "TbdSolution",
type: "Control",
title:"Approved Test Strategy",
dynamicFields:{ 'System.State': "Removed"}
}
)
Can anyone help me with the updated query?