如何查看TFS中字段的全名
我正在尝试设置一个配置文件来使用我的 TFS 字段,但在查找字段的全名时遇到问题。
例如,在查询视图中,我只看到“Delivery Order”,但我知道它的全名是“Conchango.TeamSystem.Scrum.DeliveryOrder”。
知道如何才能看到我的工作项目上所有字段的值吗?
I am trying to setup a config file to work with my TFS Fields and I am having problems finding the full name of a field.
For example, In the query view I just see Delivery Order, but I know that it's full name is Conchango.TeamSystem.Scrum.DeliveryOrder.
Anyidea how I can see that value for all the fields on my Work Items?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您安装 TFS Power Tool将获得流程模板编辑器。如果您打开想要查看其中字段的工作项,您将获得所有字段的列表。
图:选择“工具|流程编辑器|工作项类型|从服务器打开WIT”
图:连接到正确的TFS服务器并选择项目
图:可以看到字段列表
值得注意的是,工作项表单上使用的Label可能与字段的实际名称不同。
If you install the TFS Power Tool you will get the process template editor. If you open the Work Item that you want to see the fields for in there you will get a list of all the fields.
Figure: Select "Tools | Process Editor | Work Item Types | Open WIT from Server"
Figure: Connect to the correct TFS server and select a project
Figure: You can see the list of fields
It is worth noting that the Label used on the Work Item Form may be diferent from the actual name of the field.