Reorder questions within a library component item
Reorders questions within a component library item by providing a new sort order array of question IDs.
What are Questions? Questions capture customer-specific requirements or project details. They are attached to component items and displayed in the order specified by their sort field.
All question IDs in the newSortOrder array must belong to the specified item. Only library component items (component.projectId is null) are accessible through this endpoint.
/administration/project-components/item-details/{itemId}/questions/sortAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequireditemIdstringrequiredComponent item UUID. Items are the building blocks within components (Epics, Work Packages, Todo Lists, Test Suites).
application/jsonnewSortOrderstring[]requiredArray of question IDs in new order. All questions for the item must be included in the desired display order.
Questions reordered successfully
successbooleanUnauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions