Add a comment to a todo in a project component item
Adds or updates a comment on a todo item within a project component item. Todos are checklist items that can be marked as complete and have comments. The comment content is provided in HTML or Markdown format and converted to internal IDoc format. Uses the processComponentsTodos permission, allowing users to comment on todos without full component edit access. The system automatically recalculates project conditions and sets the project configurationChanged flag after adding a comment.
/projects/{projectId}/items/{itemId}/todos/{id}/commentAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredprojectIdstringrequiredProject UUID
itemIdstringrequiredComponent Item UUID
idstringrequiredTodo UUID
application/jsontodoCommentstringrequiredTodo comment content in HTML or Markdown format. Will be converted to internal IDoc format.
Comment added successfully
Invalid request: invalid UUID format or missing todoComment field
Unauthorized - Invalid or missing authentication token
Insufficient permissions (processComponentsTodos) or access to project denied
Todo not found or todo does not belong to the component item in the project