Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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>" ] }
Import GitHub issues as tasks
Bearer token authentication
Issues imported successfully
Was this page helpful?