---
title: "POST /feedback_item/{feedbackItemId}/connect"
method: POST
path: "/feedback_item/{feedbackItemId}/connect"
tags: ["Feedback items"]
---

# POST /feedback_item/{feedbackItemId}/connect

`POST /feedback_item/{feedbackItemId}/connect`

Connect an existing feedback item to one or more existing work items.
Idempotent: items already linked are left untouched.

## Path parameters

- `feedbackItemId` string, required

## Request body

- ConnectFeedbackRequest
  - `itemIds` string[], required — IDs of existing work items to connect this feedback item to.

## Response `200`

The feedback item is connected to the work items

- ConnectFeedbackResponse
  - `feedbackItemId` string, required
  - `connectedItemIds` string[], required — IDs of the work items now linked to the feedback item.

## Other responses

- `401` — No access to account
- `403` — Access denied
- `404` — No idea found
- `422` — Invalid item ID
- `500` — An error occurred while connecting the feedback item

---

[API](https://skmtc.net/craft/apis/craft-io-public-api.md) · [All operations](https://skmtc.net/craft/apis/craft-io-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craft/craft-io-public-api/revisions/2d001661c781/schema)
