Create a new component item (Epic, Work Package, Todo List, or Test Suite)
Creates a new component item within a library component. Items are the building blocks that structure component templates.
What are Component Items? Items are the building blocks within components that organize and structure project work. Each item can be one of four types:
-
Epic: Major sections or phases that group related work packages around a common theme or goal
- Example: “Technical Implementation”, “Design & Development”, “Project Kickoff & Preparation”
- Can contain Work Packages, Todo Lists, or Test Suites
- Can nest other Epics to create complex hierarchies (arbitrary nesting depth)
- TimeFrame is not required for Epics
-
Work Package: Self-contained, clearly defined tasks that deliver tangible results
- Example: “Set up domain and hosting”, “Design homepage layout”, “Configure CMS”
- Can have timeframes/estimates (required field)
- Can contain Questions (to capture customer requirements), Todos (checklist items), and Test Cases (acceptance test steps)
- Can nest other Work Packages for complex tasks
-
Todo List: Checklists of sub-steps or checkpoints
- Example: “Kickoff Checklist”, “Quality Control Checklist”, “Go-live Approval”
- Perfect for recurring processes (tests, approvals, installation steps)
- Each todo item within the list can be checked off individually
- TimeFrame is required
-
Test Suite: Formal acceptance tests for project results
- Example: “Contact Form Tests”, “Responsive Design Check”, “SEO Review”
- Contains multiple test cases with steps and expected results
- TimeFrame is required
Item Placement: Items can be created at the root level of a component or nested under parent items (Epics or other Work Packages).
Content Format: The description and internalNote fields accept HTML or Markdown input and are automatically converted to the internal IDoc format for storage.
Validation Rules: TimeFrame is required for all item types except Epic. Only library component items (component.projectId is null) can be created through this endpoint.
/administration/project-components/itemsAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredfieldsToReturnstringComma-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/jsoncomponentIdstringrequiredParent component ID
conditionsSaveComponentItemConditionDto[]Array of conditions (optional)
Show propertiesHide properties
SaveComponentItemConditionDtocontainsTypestringrequiredContains type
SomeAllidstring | nullCondition ID (optional, for updates)
targetQuestionIdstring | nullTarget question ID (optional)
targetTestCaseIdstring | nullTarget test case ID (optional)
targetTodoIdstring | nullTarget todo ID (optional)
targetValuestring | nullTarget value (optional)
typestringrequiredCondition type
QuestionAnsweredQuestionNotAnsweredQuestionAnswerContainsQuestionAnswerDoesNotContainQuestionAnswerEqualQuestionAnswerDoesNotEqualTodoIsDoneTodoIsNotDoneTestCasePassedTestCaseFaileddescriptionstringrequiredDescription in HTML or Markdown format (will be converted to IDoc)
iconobject | nullIcon identifier in the format :icon_name: (e.g., :rocket:, :check:, :star:). Optional.
includeInSpecificationbooleanrequiredWhether to include in specification
internalNotestring | nullInternal note in HTML or Markdown format (optional, will be converted to IDoc)
namestringrequiredName of the component item
parentIdstring | nullParent item ID (optional, for nested items)
tagsstring[]Array of tag UUIDs (optional)
timeFramenumberTime frame in hours (required for all types except Epic)
typestringrequiredType of component item
EpicWorkPackageTodoListTestSuiteComponent item created successfully
idstringrequiredCreated item ID
successbooleanrequiredSuccess status
Invalid request: invalid UUID format, missing required fields, or validation errors
Unauthorized - Invalid or missing authentication token
Insufficient permissions to edit component library
Component not found or does not belong to library (has projectId)
Editor content conversion errors