如何使用 IterationPath 作为数据源创建新字段
我们希望使用名为Found In Iteration的新字段来扩展错误工作项模板。令人惊讶的是,该字段应该包含发现错误的迭代。但是,当我创建 TreePath
类型的新字段时,在将流程模板导入团队项目集合时出现错误( TPC)指出 TreePath
仅是 IterationPath
和 AreaPath
字段的有效字段类型。
看着这一点,我想知道是否至少有任何方法可以将字段添加到工作项模板,该模板使用迭代路径作为数据源并将所选值存储在另一个字段中(例如 FoundInIteration ) 。
We want to extend the bug work item template with a new field called Found In Iteration. This field, what a surprise, should contains the iteration the bug was found in. But when I created the new field of type TreePath
, I got an error when importing the process template into the Team Project Collection (TPC) stating that TreePath
is only a valid field type for IterationPath
and AreaPath
fields.
Looking at that I'm wondering if there is at least any way to add a field to a work item template that uses the iteration path as data source and stores the selected value in another field (e.g. FoundInIteration
).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的。既不能有
TreePath
类型的自定义字段,也不能有引用System.IterationPath
的字段。This is not possible. There can neither be custom fields of type
TreePath
nor fields refering toSystem.IterationPath
.