Sazabi
APIWork items

Transition a work item

POST
/work-items/{itemId}/transition

Move a work item to a target workflow state.

Path Parameters

itemId*string

The work item to transition.

Length1 <= length

Request 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}