Actions
Delete Work Item
Deletes the specified work item and sends it to the Recycle Bin, so that it can be restored back, if required. Optionally, if the destroy parameter has been set to true, it destroys the work item permanently. WARNING: If the destroy parameter is set to true, work items deleted by this command will NOT go to recycle-bin and there is no way to restore/recover them after deletion. It is recommended NOT to use this parameter. If you do, please use this parameter with extreme caution.
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 |
---|---|
Permanently Delete | Optional parameter, if set to true, the work item is deleted permanently. Please note: the destroy action is PERMANENT and cannot be undone. |
Example Output
Workflow Library Example
Delete Work Item with Azure Devops and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?