Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/tfs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
添加功能已禁用tfs2017_Tfs_Tfs Process Template - Fatal编程技术网

添加功能已禁用tfs2017

添加功能已禁用tfs2017,tfs,tfs-process-template,Tfs,Tfs Process Template,我刚刚在我的待办事项列表中启用了功能组合,并且“添加”按钮被禁用。添加特性的唯一方法是使用我找到的扩展,但这对我来说不是一个好的解决方案。如何在待办事项列表中启用添加功能 我目前正在使用tfs2017.1内部部署请确保在processconfiguration.xml中添加addpanel: 这是Aile模板中的默认值 <PortfolioBacklog category="Microsoft.FeatureCategory" pluralName="Features" singularN

我刚刚在我的待办事项列表中启用了功能组合,并且“添加”按钮被禁用。添加特性的唯一方法是使用我找到的扩展,但这对我来说不是一个好的解决方案。如何在待办事项列表中启用添加功能


我目前正在使用tfs2017.1内部部署

请确保在
processconfiguration.xml
中添加
addpanel

这是Aile模板中的默认值

<PortfolioBacklog category="Microsoft.FeatureCategory" pluralName="Features" singularName="Feature" parent="Microsoft.EpicCategory" workItemCountLimit="1000">
  <States>
    <State value="New" type="Proposed" />
    <State value="Active" type="InProgress" />
    <State value="Resolved" type="InProgress" />
    <State value="Closed" type="Complete" />
  </States>
  <Columns>
    <Column refname="System.WorkItemType" width="100" />
    <Column refname="System.Title" width="400" />
    <Column refname="System.State" width="100" />
    <Column refname="Microsoft.VSTS.Scheduling.Effort" width="50" />
    <Column refname="Microsoft.VSTS.Common.BusinessValue" width="50" />
    <Column refname="Microsoft.VSTS.Common.ValueArea" width="100" />
    <Column refname="System.Tags" width="200" />
  </Columns>
  <AddPanel>
    <Fields>
      <!-- Make sure all required fields in state new are listed here -->
      <Field refname="System.Title" />
    </Fields>
  </AddPanel>
</PortfolioBacklog>


你是什么意思?你能添加一个截图吗?确切的错误消息?您处于哪个待办事项级别?很遗憾,无法添加ASSCHERINSHOT,并且没有错误消息。我的待办事项级别是功能。添加按钮有禁用,我不能添加标题,我可以添加其他项目上的添加功能已启用。所以这个项目有些不好。当我添加时,我不知道在XML上更改什么,我得到了TF400529检查: