Reorder todos within an item
Updates the sort order of todos within a library component item. All todo IDs in newSortOrder must belong to the specified item. Only library component items are accessible.
POST
/administration/project-components/item-details/{itemId}/todos/sortAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
itemIdstringrequiredComponent item UUID. Items are the building blocks within components (Epics, Work Packages, Todo Lists, Test Suites).
Request body
requiredapplication/jsonnewSortOrderstring[]requiredArray of todo IDs in the new sort order
Responses
200
idstringID of the updated todo
successbooleanrequiredOperation success status
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions