Skip to main content
POST
/
github-integration
/
import-issues
cURL
curl --request POST \
  --url https://cloud.kaneo.app/api/github-integration/import-issues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "<string>"
}
'
{
  "imported": 123,
  "skipped": 123,
  "errors": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication

Body

application/json
projectId
string
required

Response

200 - application/json

Issues imported successfully

imported
number
required
skipped
number
required
errors
string[]