Update an existing todo
Updates title and/or description of an existing todo item within a project component item. Only provided fields are updated (partial update). Description accepts HTML or Markdown format and is converted to IDoc for storage. Only todos belonging to component items in the specified project are accessible.
/projects/{projectId}/components/items/{itemId}/todos/{todoId}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredprojectIdstringrequiredProject UUID
itemIdstringrequiredComponent item UUID. Items are the building blocks within components (Epics, Work Packages, Todo Lists, Test Suites).
todoIdstringrequiredTodo UUID
fieldsToReturnstringComma-separated list of top-level response fields to return. Overrides the endpoint compact default unless responseShape=full is used.
responseShapestringAdvanced override. Omit for the endpoint compact default. Use full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
compactfullLT-Response-ShapestringAdvanced override. Set to full only when you need the complete endpoint response, including nested fields that are not selectable with fieldsToReturn.
fullapplication/jsondescriptionstringTodo description in HTML or Markdown format
titlestringTodo title
idstringID of the updated todo
successbooleanrequiredOperation success status
Invalid request: no fields provided for update or invalid UUID format
Unauthorized - Invalid or missing authentication token
Insufficient permissions to manage components
Todo not found or does not belong to the specified item in the project