External Links

Get task external links

Get all links from a task to resources in connected integrations, such as GitHub or Gitea issues.

get/external-link/task/{taskId}

Path parameters

taskIdstring required

Response

External links for the task

idstring required
taskIdstring required
integrationIdstring required
resourceTypestring required

The kind of remote resource, e.g. issue or pull_request.

externalIdstring required

The provider's own identifier for the linked resource.

urlstring required
titlestring nullable required
{"stackTrail":"components:schemas:ExternalLink:properties:metadata","oasType":"schema","type":"unknown","description":"Provider-specific payload, parsed from the stored JSON string. Null when the link has no metadata."}
createdAtstring date-time required
updatedAtstring date-time required

Changes

Changed in 6 of the 23 revisions of this API.87

  • 08bbb5bedb5d24See the full diff
    • the response property items/metadata became optional for the status 200

      response-property-became-optional

    • the items/metadata response's property type/format changed from string/date-time to / for status 200

      response-property-type-changed

    • 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 required property items/integration to the response with the 200 status

      response-required-property-added

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

    • the items/createdAt response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the items/metadata response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the items/updatedAt response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the response property items/title became nullable for the status 200

      response-property-became-nullable

    • response property items/title list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property items/title list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

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

  • 4b8811b821e611See the full diff
    • the response property items/title became nullable for the status 200

      response-property-became-nullable

    • response property items/title list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • endpoint added

      endpoint-added