Create a new component in a project
Creates a new project component (reusable project template) with name, description, icon, tags, and internal notes.
What are Project Components? Project components are reusable project templates that standardize recurring project types. They serve as blueprints for planning, pricing, and executing similar projects consistently. Components connect requirements management, cost calculation, and execution in one unified workflow.
After Creating a Component: Once created, you can add items (Epics, Work Packages, Todo Lists, Test Suites) to define the project structure. You can also add questions to capture customer requirements, todos for checklists, and test cases for acceptance testing.
Component Placement: The component is automatically appended to the end of the project component list. You can reorder components later using the sort endpoint.
Content Format: Description and internal note fields accept HTML or Markdown input and are automatically converted to the internal IDoc format for storage. When retrieved, this content is converted back to HTML for easy consumption.
Side Effects: Creating a component automatically triggers project configuration change tracking, marking the project as having been modified.
/projects/{projectId}/componentsAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredprojectIdstringrequiredfieldsToReturnstringComma-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/jsondescriptionstringrequiredComponent description in HTML or Markdown format
iconobjectIcon identifier for the component
internalNotestringInternal note in HTML or Markdown format
namestringrequiredComponent name
tagsstring[]Array of tag IDs to associate with the component
Component created successfully
idstringrequiredUUID of the created component
Invalid request: missing required fields or invalid UUID format for tags
Unauthorized - Invalid or missing authentication token
Insufficient permissions to create components or access to project denied
Project not found or not accessible
Editor content conversion errors