Work Items

Transition a work item

Move a work item to a target workflow state.

post/work-items/{itemId}/transition

Path parameters

itemIdstring required

The work item to transition.

Request body

statestring required

The target workflow state.

organizationIdstring

Optional organization ID to scope the request to. User credentials must belong to it; a secret key may only reference its own organization. Omitting it currently falls back to the session's active organization for user tokens (deprecated); a future release will require it for user-token callers.

Response

OK

identifierstring required
titlestring required
urlstring required
statestring required
changedboolean required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.