AzureDevOpsAPI错误:当工作项已被删除时,Active状态字段不受支持
创始人
2024-09-29 15:30:21
0

在对已删除的工作项进行更新时,需要使用“编辑”操作而非“更新”操作。具体代码示例如下:

WorkItemTrackingHttpClient witClient = connection.GetClient();

JsonPatchDocument patchDocument = new JsonPatchDocument();
patchDocument.Add(new JsonPatchOperation()
{
    Operation = Operation.Replace,
    Path = "/fields/System.State",
    Value = "Active"
});

WorkItem updatedWorkItem = await witClient.UpdateWorkItemAsync(patchDocument, workItemId, null, true);

需要将上述代码中的 Operation = Operation.Replace 改成 Operation = Operation.Test,然后添加如下代码:

// Test the current state of the work item
WorkItem workItem = await witClient.GetWorkItemAsync(workItemId);
if (workItem.Fields["System.State"].ToString() != "Removed")
{
    // If the work item is not in the "Removed" state, use the "Update" operation to modify it
    updatedWorkItem = await witClient.UpdateWorkItemAsync(patchDocument, workItemId, null, true);
}
else
{
    // If the work item is in the "Removed" state, edit it instead of updating it
    updatedWorkItem = await witClient.EditWorkItemAsync(patchDocument, workItemId);
}

这段代码会先通过 GetWorkItemAsync 方法获取工作项的当前状态,然后判断状态是否为“删除”("Removed"),若状态为“删除”,则使用 EditWorkItemAsync 方法进行修改,否则使用 UpdateWorkItemAsync 方法进行修改。这样就可以规避 “Field state 'Active' not supported when Work Item has been "Removed"” 这个错误了。

相关内容

热门资讯

分享一款!pokemmo脚本最... 分享一款!pokemmo脚本最新版,如何下载wepoker安装包,我来教教你(有挂辅助);人气非常高...
科技通报!pokerworld... 科技通报!pokerworld软件,hhpoker是正规的吗,透明挂教程(有挂技巧);支持2-10人...
推荐十款!wepoker网页版... 推荐十款!wepoker网页版透视方法,hhpoker软件可以玩吗,黑科技教程(有挂技巧);《WPK...
发现一款!wepoker有辅助... 此外,数据分析德州(wepoker有辅助功能吗)辅助神器app还具备辅助透视行为开挂功能,通过对客户...
发现玩家!pokemmo辅助工... 《发现玩家!pokemmo辅助工具,佛手在线大菠萝智能辅助器,安装教程(有挂神器)》 佛手在线大菠萝...
揭秘一下!wepoker开脚本... 《揭秘一下!wepoker开脚本视频,哈糖大菠萝辅助器,曝光教程(有挂透明)》 哈糖大菠萝辅助器软件...
带你了解!pokemomo辅助... 1、带你了解!pokemomo辅助工具,wejoker透视方法,曝光教程(有挂教程)2、进入游戏-大...
热点讨论!wepoker正确养... 1、热点讨论!wepoker正确养号方法,约局吧透视挂下载,德州教程(有挂技巧)。2、wepoker...
分享开挂内幕!hhpoker可... 1、分享开挂内幕!hhpoker可以开挂吗,werplan怎么作弊,详细教程(有挂软件);详细教程。...
2024教程!德普之星辅助器怎... 《2024教程!德普之星辅助器怎么用,约局吧app有挂吗,透牌教程(有挂透视)》 德普之星辅助器怎么...