Parameter | Description |
---|---|
Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
Type | The work item type name. |
Parameter | Description |
---|---|
Fields | Comma-separated list of requested fields. |
{
"fields": {
"System.WorkItemType": "<string>",
"System.AreaPath": "<string>",
"System.TeamProject": "<string>",
"System.IterationPath": "<string>",
"System.State": "<string>",
"System.Reason": "<string>",
"Microsoft.VSTS.Common.StateChangeDate": "2023-10-22T00:11:42",
"System.ChangedBy": {
"displayName": "<string>",
"url": "<string>",
"_links": {
"avatar": {
"href": "<string>"
}
},
"id": "<string>",
"uniqueName": "<string>",
"imageUrl": "<string>",
"descriptor": "<string>"
},
"System.CreatedBy": {
"displayName": "<string>",
"url": "<string>",
"_links": {
"avatar": {
"href": "<string>"
}
},
"id": "<string>",
"uniqueName": "<string>",
"imageUrl": "<string>",
"descriptor": "<string>"
},
"Microsoft.VSTS.Common.Priority": 375
},
"_links": {
"workItemType": {
"href": "<string>"
},
"fields": {
"href": "<string>"
}
},
"url": "<string>"
}
Was this page helpful?