Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a single work item from a template.
External DocumentationTo 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

{
	"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>"
}

Workflow Library Example

Get Work Item Template with Azure Devops and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop