GitHub Integration
Import Git Hub Issues
Import GitHub issues as tasks
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Request Body
application/json
projectId*string
Response Body
application/json
curl -X POST "https://cloud.kaneo.app/api/github-integration/import-issues" \ -H "Content-Type: application/json" \ -d '{ "projectId": "string" }'{
"imported": 0,
"skipped": 0,
"errors": [
"string"
]
}