GET https://dev.azure.com/{organization}/_apis/work/processdefinitions/{processId}/behaviors?api-version=4.1-preview.1 URI 参数 展开表 名称在必需类型说明 organization path True string Azure DevOps 组织的名称。 processId path True string uuid 进程的 ID api-version query True stri...
Azure DevOps 组织的名称。 project path string 项目ID 或项目名称 api-version queryTrue string 要使用的 API 版本。 这应设置为“7.1”才能使用此版本的 API。 $expand query WorkItemExpand 工作项属性的展开参数。 可能的选项包括 { None、Relations、Fields、Links、All }。
top代表需要获取的条数,api-version是版本号,m_devOpsUrl是对https://dev.azure.com/{organization}/{project}的设置。写法类似sql,但是有些语法不支持,需要自行查阅。 Work Items - Get Work Items Batch - REST API (Azure DevOps Work Item Tracking) | Microsoft Learn...
Service: Work Item Tracking Process Definitions API Version: 4.1-preview.1 傳回進程工作專案類型的所有行為清單。 HTTP 複製 GET https://dev.azure.com/{organization}/_apis/work/processdefinitions/{processId}/workitemtypes/{witRefNameForBehaviors}/behaviors?api-version...
Service: Work Item Tracking Process Definitions API Version: 4.1-preview.1 傳回進程工作專案類型的行為。 HTTP 複製 GET https://dev.azure.com/{organization}/_apis/work/processdefinitions/{processId}/workitemtypes/{witRefNameForBehaviors}/behaviors/{behaviorRefName}?api-versio...
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...
While you can upload a CSV with work items into Azure DevOps, there is so much flexibility you get when you import work items using the Azure DevOps API.
Let's assume, I have four builds A, B, C, D and each of them has at least one associated workitem. Scenario 1: Invoke the API with fromBuildId as B and toBuildId as D Expected Result: It should return all work items between B and D ...
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...
Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019 Visual Studio 2022 | Visual Studio 2019 | Visual Studio 2017 | Visual Studio 2015 With work item templates, you can quickly create work items with prepopulated values for your team's commonly used fields. You can ...