Add a work item type Change description, icon or color แสดง 5 เพิ่มเติม Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019 You can add custom work item types (WITs) or modify existing WITs to add fields, remove o...
https://dev.azure.com/{OrganizationName}/{ProjectName}/_workItems/create/{WorkItemType}? [FieldReferenceName 1]={FieldValue 1}& [FieldReferenceName 2]={FieldValue 2}& [FieldReferenceName 3]={FieldValue 3}& . . . 例如,以下语法指定标题为 TaskTitle 的工作项任务。 它指定“分配到...
import { Control } from "control"; import * as SDK from "azure-devops-extension-sdk"; import * as ExtensionContracts from "azure-devops-extension-api/WorkItemTracking/WorkItemTracking"; let control; const provider = () => { return { onLoaded...
有关Azure DevOps Services 或使用继承进程模型的项目集合,请参阅添加和管理工作项类型。 可以根据团队的跟踪要求或工作流流程修改现有工作项类型或添加自定义工作项类型。 修改工作项类型最常见的原因是添加或修改字段或字段规则集、更改工作流或自定义工作项窗体。
import { Control } from "control"; import * as SDK from "azure-devops-extension-sdk"; import * as ExtensionContracts from "azure-devops-extension-api/WorkItemTracking/WorkItemTracking"; let control; const provider = () => { return { onLoaded: (workItemLoadedArgs) => { // create the...
Your project contains a number of work item types, based on the process—Agile, Scrum, or CMMI—used to create the project. A work item type is the object you use to track different types of work.You can modify an existing work item type or add a custom work item type based on yo...
Azure DevOps Server 2022 - Azure DevOps Server 2019 Your project contains a number of work item types, based on the process used to create your project, such asAgile,Basic,Scrum, orCMMI. A work item type is the object you use totrack different types of work. ...
Azure DevOps Server 2022 - Azure DevOps Server 2019 | TFS 2018 - TFS 2013 Work item types (WITs) provide the foundation for all tracking, monitoring, and reporting on the development of a product and its features. A WIT defines the data fields, the workflow, and the work item form for...
To get the URL for the template, chooseCopy link. You can use this URL to create work items based on the template. Edit, delete, copy link, or create copy From the work item type page, choosethe actions icon for an existing template to access the menu options toEdit,Delete,Copy link...
Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019 To plan a software project and track software defects using Scrum, teams use the product backlog item (PBI) and bug work item types (WITs). To gain insight into a portfolio of features, scenarios, or user experi...