在 Azure DevOps Server 中,若要在工作项窗体中显示/隐藏或移动控件、组和页面贡献,请参阅 “配置工作项”窗体扩展。 添加菜单操作 若要将项添加到工作项工具栏,请将此贡献添加到扩展清单。 该项显示在 ... 中工作项窗体右上角的下拉列表。 JSON 复制 "contributions": [ { "id": "sample-work-item-...
对于Azure DevOps Services 或使用继承的进程模型的项目集合,请参阅 “添加和管理工作项类型”。可以根据团队的跟踪要求或工作流流程修改现有工作项类型或添加自定义工作项类型。 修改工作项类型最常见的原因是添加或修改字段或字段规则集、更改工作流或自定义工作项窗体。如果...
The process editor allows you to see all fields on each work item type and access the add a field experience by clicking the “New field” button in the toolbar. This opens the “Add a field” dialog (figure 8) where users can create a brand new field or use an existing field that...
You can specify a work item template that specifies several field values using the following syntax. Use the URL whenever you want to add a work item of the same type with predefined values. URL Copy https://dev.azure.com/{OrganizationName}/{ProjectName}/_workItems/create/{WorkItemType}...
You can specify a work item template that specifies several field values using the following syntax. Use the URL whenever you want to add a work item of the same type with predefined values. URL Copy https://dev.azure.com/{OrganizationName}/{ProjectName}/_workItems/create/{WorkItemType}...
For Azure DevOps Services or for collections that use the Inherited process model, seeAdd and manage work item types. Work item type definition Add or modify a field to an existing work item type Add a custom work item type, modify a work item type ...
WorkItemField- 指示输入为“工作项”字段。 用户为此输入提供的值应该是有效工作项字段的引用名称。 properties (可选)- 输入的自定义属性。 有效密钥: workItemFieldTypes- 定义此输入支持的字段类型的数组。 有效值: String Integer DateTime PlainText
添加工作项类型以在 Azure DevOps Services 和 Team Foundation Server 中自定义产品积压工作和看板、Scrum、Sprint 和任务板的跟踪功能
SearchDic.Add(searchField, quaryItem); workItemSearch.SearchDic=SearchDic; QueryWiql queryWiql=newQueryWiql();varsql = $"SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = '{ConfigManagerHelper.DevOpsProject()}'";if(workItemSearch !=null) ...
在Azure DevOps Services 中,默认情况下,组扩展显示在窗体的第二列末尾,页面贡献显示在所有工作项窗体页作为选项卡之后。默认情况下,控件贡献不会显示在窗体中,因此用户必须手动将其添加到窗体。 在 Azure DevOps Server 中,若要在工作项窗体中显示/隐藏或移动控件、组和页面贡献,请参阅“配置工作项”窗体扩展。