Skip to main content
POST
Moves an item from one cycle to another within the same board. Updates ordering in both source and target cycles.

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

boardId
string
required

Body

itemId
string
fromCycleId
string
toCycleId
string
toIndex
integer<int32>

Response

OK

success
boolean