APIWork items
Transition a work item
Move a work item to a target workflow state.
Path Parameters
itemId*string
The work item to transition.
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/work-items/string/transition" \ -H "Content-Type: application/json" \ -d '{ "state": "string" }'{ "identifier": "string", "title": "string", "url": "string", "state": "string", "changed": true}