POST   /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/links/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/links/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/links/:link_id/
PATCH  /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/links/:link_id/
DELETE /api/v1/workspaces/:workspace-slug/projects/:project_id/issues/:issue_id/links/:link_id/
  • title string

    Title of the url

  • url url (required)

    Url of the external link

  • metadata json

    Metadata from the resource

  • created_at , updated_at timestamp

    Timestamp of the issue when it was created and when it was last updated.

  • created_by & updated_by

    This values are auto saved and represent the id of the user that created or the updated the project.

  • project uuid

    The project which the issue is part of auto generated from backend

  • workspace uuid

    The workspace which the issue is part of auto generated from backend

  • issue uuid

    The issue which the link is attached to