Basic Information

appmixer.azuredevops.core.FindWorkItems

Find Work Items

1.0.0

Public

Search for work items in Azure DevOps using a WIQL (Work Item Query Language) query. Returns a maximum of 200 work items.

Input Ports

in

FieldTypeDescription
Organization text The name of your Azure DevOps organization (e.g. mycompany from https://dev.azure.com/mycompany).
Project text The name or ID of the Azure DevOps project to search within.
WIQL Query textarea A Work Item Query Language (WIQL) query to find work items. Example:
SELECT [System.Id], [System.Title], [System.State] FROM WorkItems WHERE [System.WorkItemType] = 'Bug' AND [System.State] != 'Closed' ORDER BY [System.ChangedDate] DESC
Output Type select Choose whether to receive the result set as one complete list, the first item only, one item at a time, or stream to a CSV file.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata