本文介绍了找不到错误'Boolean'从.xml文件打开WIT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在尝试学习如何管理TFS中的工作项。

Hello, I'm trying to learn how to manage work items in TFS.

使用'Microsoft Visual Studio Team Foundation Server 2013 Power提供的Process Editor工具工具的加载项我想将Bug或任务WIT导出为.xml文件,然后从该文件导出WIT。

Using the Process Editor tool provided by the 'Microsoft Visual Studio Team Foundation Server 2013 Power Tools' add-in I want to Export a Bug or Task WIT as .xml file, and then the WIT from that file.

导出为.xml似乎工作正常;从文件中打开WIT始终返回错误:

Export as .xml seems working fine; Open WIT from file always returns an error:

"加载工作项类型定义时出现问题:未找到请求值'Boolean'"

"There was a problem loading the work item type definition: Requested value 'Boolean' was not found"

对于Bug和任务WIT类型,始终发生错误;我在3个不同项目的3台不同机器上也遇到此错误。

The error occurs always, for both Bug and Task WIT type; I'm getting this error working also on 3 different machines on 3 different projects.

请注意,如果我删除/注释该行:

Please note that if I delete/comment the line:

<witd:WITD application="Work item type editor" version="1.0" xmlns:witd="http://schemas.microsoft.com/VisualStudio/2008/workitemtracking/typedef">
  <WORKITEMTYPE name="Bug">
    <DESCRIPTION>Describes a divergence between required and actual behavior, and tracks the work done to correct the defect and verify the correction.</DESCRIPTION>
    <FIELDS>
    <Field name="Board Column Done" refname="System.BoardColumnDone" type="Boolean" reportable="dimension" />
    </FIELDS>

然后我可以正确打开WIT。

then I can open the WIT correctly.

是有这个问题的解决方案吗?

Is there a solution for this issue?

T& R,

AB

推荐答案

感谢你的帖子。

可能请告诉我你的TFS和Visual Studio的版本是什么。你修改过bug.xml文件了吗?

Could you please tell me what's the version of your TFS and Visual Studio. Have you modified the bug.xml file?

据我所知,TFS Power Tool 2013仅支持VS2013和TFS2013。

As far as I konw, TFS Power Tool 2013 only support VS2013 and TFS2013.

此版本支持


这篇关于找不到错误'Boolean'从.xml文件打开WIT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 00:28