Azure DevOps 组织的名称。 project path string 项目ID 或项目名称 api-version queryTrue string 要使用的 API 版本。 这应设置为“7.1”才能使用此版本的 API。 $expand query WorkItemExpand 工作项属性的展开参数。 可能的选项包括 { None、Relations、Fields、Links、All }。
Azure DevOps Server 2022 - Azure DevOps Server 2019 Your project includes 100 or more data fields, depending on the process used to create it, such as Agile, Basic, Scrum, or CMMI. Each work item is tied to a work item type (WIT), and the data you can track corresponds to the ...
To connect to an on-premises server, we recommend that you use the same or later version of Visual Studio as your Azure DevOps Server. For example, if you connect to Azure DevOps Server 2019, then connect to your project from a version of Visual Studio 2019. ...
To connect to an on-premises server, we recommend that you use the same or later version of Visual Studio as your Azure DevOps Server. For example, if you connect to Azure DevOps Server 2019, then connect to your project from a version of Visual Studio 2019. ...
UseBatch WorkItem Update apito update your workitems in batch. Update a work item's fields Get the ID of thework itemthat you want to update. Update the fieldsof the work item. Link two work items Get the ID of thework itemsthat you want to link. ...
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...
import{ IWorkItemFormService, WorkItemTrackingServiceIds }from"azure-devops-extension-api/WorkItemTracking";import*asSDKfrom"azure-devops-extension-sdk";// Get the WorkItemFormService. This service allows you to get/set fields/links on the 'active' work item (the work item// that currently...
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...
Steps to enable or disable work item types in Azure DevOps Create inherited Process I just specified a sample name of called “My-Agile” in this example Once you have a template created, you can view the existing work item types or even create new work item types...
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 as Agile, Basic, Scrum, or CMMI. A work item type is the object you use to track different types of work. Note For Azure ...