TFS API - 有没有办法获取工作项类型的转换列表?
我正在尝试从状态“A”到达状态“X”。
有些转换阻止我直接转到 X。
我可以将 WorkItemType 导出为 XML 并进行处理,但在这样做之前,我想我会问是否有一种方法可以通过 API 获取转换。
I am trying to get from State "A" to State "X".
There are transitions in place that prevent me from just going to X.
I can export the WorkItemType as XML and work on that, but before I do that, I thought I would ask if there is a way to get at the Transitions via the API.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Soooo.....
没有多少人需要 WorkItemTypes 的转换。
好吧,我需要它,所以我写了一个方法来做到这一点。这是以防其他人需要这个:
Soooo.....
Not many people need the transitions for WorkItemTypes.
Well, I needed it so I wrote a method to do it. Here it is in case someone else ever needs this: