Processconfiguration - Get
프로세스 구성 가져오기
GET https://dev.azure.com/{organization}/{project}/_apis/work/processconfiguration?api-version=7.1-preview.1
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
organization
|
path | True |
string |
Azure DevOps 조직의 이름입니다. |
project
|
path | True |
string |
프로젝트 ID 또는 프로젝트 이름 |
api-version
|
query | True |
string |
사용할 API의 버전입니다. 이 버전의 API를 사용하려면 '7.1-preview.1'로 설정해야 합니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
성공적인 작업 |
보안
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
Name | Description |
---|---|
vso.work | 작업 항목, 쿼리, 보드, 영역 및 반복 경로 및 기타 작업 항목 추적 관련 메타데이터를 읽을 수 있는 기능을 부여합니다. 또한 쿼리를 실행하고, 작업 항목을 검색하고, 서비스 후크를 통해 작업 항목 이벤트에 대한 알림을 받을 수 있는 기능을 부여합니다. |
예제
Get process configuration
Sample Request
GET https://dev.azure.com/fabrikam/Fabrikam-Fiber/_apis/work/processconfiguration?api-version=7.1-preview.1
Sample Response
{
"typeFields": {
"Effort": {
"referenceName": "Microsoft.VSTS.Scheduling.StoryPoints",
"name": "Story Points",
"url": "https://dev.azure.com/fabrikam/_apis/wit/fields/Microsoft.VSTS.Scheduling.StoryPoints"
},
"Order": {
"referenceName": "Microsoft.VSTS.Common.StackRank",
"name": "Stack Rank",
"url": "https://dev.azure.com/fabrikam/_apis/wit/fields/Microsoft.VSTS.Common.StackRank"
},
"RemainingWork": {
"referenceName": "Microsoft.VSTS.Scheduling.RemainingWork",
"name": "Remaining Work",
"url": "https://dev.azure.com/fabrikam/_apis/wit/fields/Microsoft.VSTS.Scheduling.RemainingWork"
},
"Team": {
"referenceName": "System.AreaPath",
"name": "Area Path",
"url": "https://dev.azure.com/fabrikam/_apis/wit/fields/System.AreaPath"
},
"Activity": {
"referenceName": "Microsoft.VSTS.Common.Activity",
"name": "Activity",
"url": "https://dev.azure.com/fabrikam/_apis/wit/fields/Microsoft.VSTS.Common.Activity"
}
},
"taskBacklog": {
"name": "Tasks",
"referenceName": "Microsoft.TaskCategory",
"workItemTypes": [
{
"name": "Task",
"url": "https://dev.azure.com/fabrikam/60a4cee6-bcb6-4c30-9699-5e76c0d064ce/_apis/wit/workItemTypes/Task"
}
]
},
"requirementBacklog": {
"name": "Stories",
"referenceName": "Microsoft.RequirementCategory",
"workItemTypes": [
{
"name": "User Story",
"url": "https://dev.azure.com/fabrikam/60a4cee6-bcb6-4c30-9699-5e76c0d064ce/_apis/wit/workItemTypes/User%20Story"
}
]
},
"portfolioBacklogs": [
{
"name": "Epics",
"referenceName": "Microsoft.EpicCategory",
"workItemTypes": [
{
"name": "Epic",
"url": "https://dev.azure.com/fabrikam/60a4cee6-bcb6-4c30-9699-5e76c0d064ce/_apis/wit/workItemTypes/Epic"
}
]
},
{
"name": "Features",
"referenceName": "Microsoft.FeatureCategory",
"workItemTypes": [
{
"name": "Feature",
"url": "https://dev.azure.com/fabrikam/60a4cee6-bcb6-4c30-9699-5e76c0d064ce/_apis/wit/workItemTypes/Feature"
}
]
}
],
"bugWorkItems": {
"name": "Bugs",
"referenceName": "Microsoft.BugCategory",
"workItemTypes": [
{
"name": "Bug",
"url": "https://dev.azure.com/fabrikam/60a4cee6-bcb6-4c30-9699-5e76c0d064ce/_apis/wit/workItemTypes/Bug"
}
]
},
"url": "https://dev.azure.com/fabrikam/60a4cee6-bcb6-4c30-9699-5e76c0d064ce/_apis/work/processconfiguration"
}
정의
Name | Description |
---|---|
Category |
지정된 백로그 범주에 대한 세부 정보 |
Process |
프로젝트에 대한 프로세스 구성 |
Work |
작업 항목의 필드에 대한 참조 |
Work |
작업 항목 유형에 대한 참조입니다. |
CategoryConfiguration
지정된 백로그 범주에 대한 세부 정보
Name | 형식 | Description |
---|---|---|
name |
string |
속성 |
referenceName |
string |
범주 참조 이름 |
workItemTypes |
백로그 범주에 대한 작업 항목 유형 |
ProcessConfiguration
프로젝트에 대한 프로세스 구성
Name | 형식 | Description |
---|---|---|
bugWorkItems |
버그 작업 항목에 대한 세부 정보 |
|
portfolioBacklogs |
포트폴리오 백로그에 대한 세부 정보 |
|
requirementBacklog |
요구 사항 백로그 세부 정보 |
|
taskBacklog |
작업 백로그 세부 정보 |
|
typeFields |
<string,
Work |
프로세스 구성에 대한 필드 입력 |
url |
string |
WorkItemFieldReference
작업 항목의 필드에 대한 참조
Name | 형식 | Description |
---|---|---|
name |
string |
필드의 이름입니다. |
referenceName |
string |
필드의 참조 이름입니다. |
url |
string |
리소스의 REST URL입니다. |
WorkItemTypeReference
작업 항목 유형에 대한 참조입니다.
Name | 형식 | Description |
---|---|---|
name |
string |
작업 항목 유형의 이름입니다. |
url |
string |