简体   繁体   中英

How can I limit TFS Product Backlog Items from moving to done based on passed Test Cases?

In TFS2012, I am looking for a way to gate the movement of a Product Backlog Item from "Committed" to "Done" based on if there are any passed Test Cases attached to the PBI. I do not want it to go to done unless there is at least one passed test case (or maybe in the future, all test cases are passed).

Using the Visual Studio WIT editor, I open the Product backlog Item.wit file and edit the transition that moves from "committed" to "Done", but I do not see any way to pick a field that relates to the state of any Test Cases related to that PBI.

In the WIT editor, how do I set a rule on a PBI to limit the movement from "Committed" to "Done" based on if at least one Test Case has passed?

由于测试结果不是工作项的一部分,因此无法通过简单的工作项自定义来完成。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM