为 tfs 工作项添加新的可编辑字段
我正在编辑一个现有的工作项类型,我们将其称为“需求”。为此,我希望添加一个额外的字符串字段,我们可以在其中编辑值、搜索和排序。
使用 TFS 流程编辑器,我可以在 GUI 环境中编辑需求工作项类型。打开此窗口后,我创建了一个以现有字段为模型的字段。然后,我打开“布局”选项卡并将这个新字段添加到布局中。
当我打开现有的需求工作项时,新字段的标签就在那里,但没有显示任何控件来编辑该值。
我不知道我错过了什么。有人可以告诉我缺少的步骤是什么吗?
谢谢!
I am editing an existing work item type which we have called "Requirement". To this I wish to add an additional string field that we can edit the value, search and sort on.
Using the TFS Process Editor I am able to edit the Requirement work item type in a GUI environment. With this open, I created a field modeled after an existing field. I then open the Layout tab and add this new field to the layout.
When I open an existing Requirement work item, the label for the new field is there, but no control appears to edit the value.
I can't figure out what I am missing. Can someone direct me what the missing step is please?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“字段”选项卡上,是否将新字段的“类型”设置为“字符串”?
在“布局”选项卡上,是否将控件的“类型”属性设置为“FieldControl”?
On the Fields tab, have you set the Type of the new field to String?
On the Layout tab, have you set the Type property of the control to FieldControl?