限制工作项目转换 [英] Restrict Work Item Transistions

查看:77
本文介绍了限制工作项目转换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我觉得有一个简单的解决方案,我只是错过了它。 我目前正在使用TFS 2015 update 3与流程编辑器和电源工具。 我想限制谁可以将工作项从一个州移动到下一个州。当您在转换的属性上看
时,会出现"For"和"For"。和"不"。 在这些下拉列表中是@default团队,构建管理员,贡献者和读者的默认组。 我可以没有自定义TFS组吗? 我在自定义TFS组中添加了
,但它没有显示在下拉列表中。 我还尝试使用[Project] \"Custom TFS Group Name"输入我的自定义TFS组。然后当我创建一个新项目时,它会因权限问题而失败。 不知道我错过了什么
。 请帮帮忙? 谢谢。

I have a feeling there is a simple solution and I am just missing it.  I am currently using TFS 2015 update 3 with the process editor and power tools.  I want to restrict who can move a work item from one state to the next. When you look at the properties of the transition there is a "For" and a "Not".  In those dropdowns are the default groups of @default team, Build Administrators, Contributors, and Readers.  Can I not have a custom TFS group?  I have added a custom TFS group but it does not show up in the drop down.  I have also tried to input my custom TFS group with [Project]\"Name of Custom TFS Group" and then when I create a new project it fails with a permission issue.  Not sure what I am missing.  Please help?  Thanks.

推荐答案

嗨John Bevly,

Hi John Bevly,

您可以为For或Not添加自定义组,例如示例下面的xml代码段:

You could add a custom Group to For or Not, like the example xml code snippet below:

< Transition from =" New"到= QUOT;删除" for =" [project] \Custom Group">

  < REASONS>

    < DEFAULTREASON value ="从积压工作中删除" />

  < / REASONS>

< / Transition>

<Transition from="New" to="Removed" for="[project]\Custom Group">
  <REASONS>
    <DEFAULTREASON value="Removed from the backlog" />
  </REASONS>
</Transition>

最好的问候


这篇关于限制工作项目转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆