Get Work Item
Retrieve information about a specific work item in your project.
External Documentation
To learn more, visit the Azure DevOps documentation.
Basic Parameters
Parameter | Description |
---|---|
ID | ID of the Work Item to be deleted. You can get the Work Item ID using the List Work Items IDs action. |
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. |
Advanced Parameters
Parameter | Description |
---|---|
Fields | Comma-separated list of requested fields. |
Example Output
{
"url": "string"
}
Workflow Library Example
Get Work Item with Azure Devops and Send Results Via Email
Preview this Workflow on desktop