Skip to main content

List Work Items By ID

Retrieves a list of Work Items based on a comma-separated list of IDs.

External Documentation

To learn more, visit the Azure DevOps documentation.

Basic Parameters

ParameterDescription
IDsThe comma-separated list of requested work item ids. (Maximum 200 ids allowed).
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.

Advanced Parameters

ParameterDescription
FieldsComma-separated list of requested fields.

Example Output

[
{
"url": "string"
}
]

Workflow Library Example

List Work Items by Id with Azure Devops and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop