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 }。
organization path True string Azure DevOps 組織的名稱。 project path True string 專案識別碼或專案名稱 $filter query True string 用來篩選查詢的文字。 api-version query True string 要使用的 API 版本。 這應該設定為 '5.0' 以使用此版本的 API。 $expand query QueryExpand $include...
Service: Work Item Tracking API Version: 7.0 依識別碼取得查詢清單, (最大值 1000) HTTP 複製 POST https://{instance}/{collection}/{project}/_apis/wit/queriesbatch?api-version=7.0 URI 參數 展開資料表 名稱位於必要類型Description collection path True string Azure ...
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...
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.
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...
This particular API 'Get Work Items Between Builds' possibly has a bug. 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 ...
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 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 ...