Skip to main content

Get Work Item Template

Returns a single work item from a template.

External Documentation

To learn more, visit the Azure DevOps documentation.

Basic Parameters

ParameterDescription
OrganizationThe Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page.
ProjectThe Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page.
TypeThe work item type name.

Advanced Parameters

ParameterDescription
FieldsComma-separated list of requested fields.

Example Output

{
"url": "string"
}

Workflow Library Example

Get Work Item Template with Azure Devops and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop