GitHub

Import GitHub issues

Import the linked repository's issues as tasks. Issues that already have a task are skipped.

post/github-integration/import-issues

Request body

projectIdstring required

Response

Import summary

importednumber required
skippednumber required

Issues that already had a task, or were not importable.

errorsstring[]

Changes

Changed in 3 of the 23 revisions of this API.27

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • request body became required

      request-body-became-required

  • 93b23177312613See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the optional property errors to the response with the 200 status

      response-optional-property-added

    • added the required property imported to the response with the 200 status

      response-required-property-added

    • added the required property skipped to the response with the 200 status

      response-required-property-added