2014-01-16 70 views
1

根據此blog post by Brian Harry,TFS2013和Visual Studio Team Services的敏捷組合管理方面具有創建不同級別積壓項目的功能。如何在Visual Studio Team Services中創建不同級別的積壓項目?

For instance, a backlog of business initiatives can be broken down into a backlog of scenarios and then into a backlog of user stories, etc. You can manage the backlog at each level and trace the relationships.

All of this will be included in TFS 2013 and is available on Team Foundation Service today for you to start to explore.

我看不到任何地方做它在Visual Studio團隊服務。根據this page on MSDN你可以通過witadmin導出現有的工作項類型,修改它並重新導入。

但是想用下面的錯誤的Visual Studio Team Services的結果要做到這一點:

TF237113: You don't have enough permissions to complete the import operation. 

這似乎是一個常見的問題,例如有lots of comments about it at UserVoice

然後在Visual Studio Team Services中添加不同級別的積壓項目嗎?

回答

2

Visual Studio Team Services不允許您自定義流程模板和/或工作項目定義。這就是witadmin不工作的原因。

但是,項目組合管理功能在團隊服務中可用。如果您使用的是Scrum過程模板,您將擁有被分解爲PBI積壓的功能,並且PBI被分解爲任務。您無法在Team Services中添加像在TFS內部部署中那樣添加其他圖層的功能。

enter image description here

+0

這是一個恥辱。我想這是一個等待witadmin導入與VSO一起工作的情況,或者直到創建其他級別的待辦事項的能力被添加到用戶界面。正如你所說,功能目前在那裏。 – ngm

相關問題