---
title: "POST /github-integration/import-issues"
method: POST
path: "/github-integration/import-issues"
tags: ["GitHub"]
---

# POST /github-integration/import-issues

`POST /github-integration/import-issues`

Import GitHub issues as tasks

## Request body

- object
  - `projectId` string, required

## Response `200`

Issues imported successfully

- object
  - `imported` number, required
  - `skipped` number, required
  - `errors` string[]

## Changes

- **2025-12-11** `93b231773126` — 1 breaking, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `errors` to the response with the `200` status
  - added the required property `imported` to the response with the `200` status
  - added the required property `skipped` to the response with the `200` status

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/import-issues/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/75fa2e827d27/schema)
