GET https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?fields={fields}&asOf={asOf}&$expand={$expand}&api-version=7.1 URI 参数 展开表 名称在必需类型说明 id path True integer (int32) 工作项 ID organization path True string Azure DevOps 组织的名称。 project path...
import{ Control }from"control";import*asSDKfrom"azure-devops-extension-sdk";import*asExtensionContractsfrom"azure-devops-extension-api/WorkItemTracking/WorkItemTracking";letcontrol;constprovider =()=>{return{ onLoaded:(workItemLoadedArgs) =>{// create the controlconstconfig = SDK.getConfiguration(...
Each work item is associated with a work item type (WIT), and the data you can track corresponds to the fields assigned to the WIT. You update data for a work item by modifying the data field within a work item. Note For Azure DevOps Services or for project collections that use 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. ...
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...
Azure DevOps 組織の名前です。 project pathTrue string プロジェクト ID またはプロジェクト名 team pathTrue string チーム ID またはチーム名 api-version queryTrue string 使うAPI のバージョン。 このバージョンの API を使用するには、これを '7.1-preview.1' に設定する必要があります...
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...
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. ...
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...
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...