patchWorkItem
Update a work item's fields, change its type, or apply a workflow action using the Polarion REST API.
Instructions
Updates the specified Work Item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| workItemId | Yes | The Work Item ID. | |
| workflowAction | No | The Workflow Action. | |
| changeTypeTo | No | The Type the Workitem to change to. | |
| requestBody | Yes | The Work Item body. |