External DocumentationTo learn more, visit the Azure DevOps documentation.
Actions
Get Work Item Template
Returns a single work item from a template.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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?