简体   繁体   English

TFS2012:我们可以修改Web访问板过滤器吗?

[英]TFS2012: Can we modify web access board filters?

Can we add/modify the filter of the boards: 我们可以添加/修改木板的过滤器吗:

  • Work/Backlog/product backlog/board ( the stories/backlogitems ) 工作/待办事项/产品待办事项 /公告 故事/待办事项
  • Should be able to filter the Iterations/Sprints 应该能够过滤迭代/冲刺
  • Work/board ( tasks ) 工作/板任务
  • Should be able to change the Areapath filtering 应该可以更改Areapath过滤

Is there any way to change the default filter and/or add quick filters? 有什么方法可以更改默认过滤器和/或添加快速过滤器?

The Work Item Tagging feature in TFS 2012 Update 2 can help. TFS 2012 Update 2中工作项标记功能可以提供帮助。

Other than that, you can write your own plugin . 除此之外,您可以编写自己的plugin

As per this post, you can't really amend the underlying query for the task board: How do I change the underlying query for the task board (and backlog board) on TFS Preview 按照这篇文章,您不能真正修改任务板的基础查询: 如何在TFS预览版上更改任务板(和积压板)的基础查询

Although as mentioned the tags in TFS 2012 Update 2 can help. 尽管如前所述,TFS 2012 Update 2中的标签可以提供帮助。

However we achieved something similar to what you are asking by creating a team per product. 但是,通过为每个产品创建一个团队,我们实现了与您要求的类似的东西。

  • In the web control panel for your team project, create teams (and area paths) for each product you are interested in. 在团队项目的Web控制面板中,为您感兴趣的每种产品创建团队(和区域路径)。

  • In the control panel, for each of these teams, you can set which iterations are associated with them. 在控制面板中,对于这些团队中的每一个,您都可以设置与之关联的迭代。 So for a particular team, you associate only the iterations you are interested in for that product. 因此,对于特定的团队,您只需关联对该产品感兴趣的迭代。

You are then able to switch between teams via a drop-down at the top-left in the TFS web interface (you will need to use Browse All originally.) 然后,您可以通过TFS Web界面左上角的下拉菜单在团队之间进行切换(您本来需要使用“全部浏览”。)

See Multiple Teams with Microsoft Team Foundation Server 2012 & Visual Studio Scrum V2.0 for a good reference for this. 有关此的良好参考,请参阅使用Microsoft Team Foundation Server 2012和Visual Studio Scrum V2.0的多个团队

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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