External DocumentationTo learn more, visit the Azure DevOps documentation.
Parameters
| 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 Namein 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 IDsaction. | 
| 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. |