Connect component item to task
Connects a component item (epic, feature, or task) to an existing task in the task management system. If the item already has a task connection, it will be disconnected first before establishing the new connection. Component tags are automatically merged into the task’s tags. To disconnect an item from a task without connecting to a new one, pass null or omit the taskId in the request body.
/projects/{projectId}/items/{itemId}/tasks/connectAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredprojectIdstringrequiredProject UUID
itemIdstringrequiredComponent item UUID
application/jsontaskIdobject | nullTask ID to connect the item to. Pass null or omit to disconnect the item from any existing task.
Item connected/disconnected successfully
successbooleanInvalid request: invalid UUID format for projectId, itemId, or taskId
Unauthorized - Invalid or missing authentication token
Insufficient permissions to manage components or access to project denied
Project not found, item not found, item does not belong to project, or task not found