Partially update an existing question
Updates only the provided fields of an existing question for a component item within a project. Questions support multiple types (ShortText, Editor, Checkbox, Radio, Files, Datepicker, Multiplier, Person). For Checkbox/Radio types, options must be provided if type is being updated to one of these types. The description field accepts HTML or Markdown input and is stored in IDoc format. Options management: options with id are updated, options without id are created, options removed from array are deleted. Conditions management: conditions with id are updated, conditions without id are created, conditions removed from array are deleted. This endpoint automatically recalculates conditions, updates timeframes, and triggers summary generation.
/projects/{projectId}/items/{itemId}/questions/{id}AuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredprojectIdstringrequiredProject UUID
itemIdstringrequiredComponent item UUID
idstringrequiredQuestion 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/jsonconditionsUpdateComponentItemConditionDto[]Array of conditions that control question visibility/behavior (creates/updates/deletes based on presence of id)
Show propertiesHide properties
UpdateComponentItemConditionDtocontainsTypestringContains type for condition
SomeAllidstringCondition ID - if provided, updates existing condition; if omitted, creates new condition
targetQuestionIdstringTarget question ID
targetTestCaseIdstringTarget test case ID
targetTodoIdstringTarget todo ID
targetValuestringTarget value to compare against
typestringrequiredCondition type
QuestionAnsweredQuestionNotAnsweredQuestionAnswerContainsQuestionAnswerDoesNotContainQuestionAnswerEqualQuestionAnswerDoesNotEqualTodoIsDoneTodoIsNotDoneTestCasePassedTestCaseFaileddescriptionstringQuestion description (accepts HTML or Markdown, returns HTML)
multiplierValuenumberMultiplier value for calculations
optionsUpdateQuestionOptionDto[]Array of answer options (creates/updates/deletes based on presence of id). Required if type is updated to Checkbox/Radio.
Show propertiesHide properties
UpdateQuestionOptionDtoextraHoursnumberExtra hours for this option
idstringOption ID - if provided, updates existing option; if omitted, creates new option
titlestringrequiredOption title
questionstringThe question text
titlestringQuestion title/heading
typestringQuestion type
ShortTextEditorCheckboxRadioFilesDatepickerMultiplierPersonQuestion updated successfully
idstringID of the updated question
Invalid request: options array must have at least 1 item for Checkbox/Radio types when type is updated, or invalid UUID/description format
Unauthorized - Invalid or missing authentication token
Insufficient permissions to manage components or access to project denied
Project not found, item not found, question not found, or question does not belong to an item in the project
Editor content conversion errors