Update an existing work item in a specified project.
External Documentation
To learn more, visit the Azure DevOps documentation.
Parameter | Description |
---|---|
Fields | A JSON array of field objects to add to the created work item: “value” - the value to fill in the field. ”path” - the path of the field to be filled. Set to “/fields/System. Field Name ” in case of a pre-existing field or to”/fields/Custom. Field Name in case of a custom field. Examples of common fields: System.Title, System.Description,System.State, System.Reason, System.Tags, System.AreaPath, System.IterationPath. ”from” - set to null. ”op” - set to “add”. |
ID | The id of the work item to update. 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. |
Update Work Item with Azure Devops and Send Results Via Email
Preview this Workflow on desktop