Atlassian · Capability

Atlassian rest/api/3/issueLinkType/ — Issue Link Types

Atlassian rest/api/3/issueLinkType/ — Issue Link Types. 3 operations. Lead operation: Atlassian Delete Issue Link Type. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianIssue Link Types

What You Can Do

DELETE
Atlassiandeleteissuelinktype — Atlassian Delete Issue Link Type
/v1/api/3/issuelinktype/{issuelinktypeid}
GET
Atlassiangetissuelinktype — Atlassian Get Issue Link Type
/v1/api/3/issuelinktype/{issuelinktypeid}
PUT
Atlassianupdateissuelinktype — Atlassian Update Issue Link Type
/v1/api/3/issuelinktype/{issuelinktypeid}

MCP Tools

atlassian-delete-issue-link-type

Atlassian Delete Issue Link Type

idempotent
atlassian-get-issue-link-type

Atlassian Get Issue Link Type

read-only idempotent
atlassian-update-issue-link-type

Atlassian Update Issue Link Type

idempotent

Capability Spec

rest-api-3-issuelinktype--issue-link-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/issueLinkType/ — Issue Link Types
  description: 'Atlassian rest/api/3/issueLinkType/ — Issue Link Types. 3 operations. Lead operation: Atlassian Delete Issue
    Link Type. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Issue Link Types
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-issuelinktype--issue-link-types
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/issueLinkType/ — Issue Link Types business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-issueLinkType-issueLinkTypeId
      path: /rest/api/3/issueLinkType/{issueLinkTypeId}
      operations:
      - name: atlassiandeleteissuelinktype
        method: DELETE
        description: Atlassian Delete Issue Link Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: issueLinkTypeId
          in: path
          type: string
          description: The ID of the issue link type.
          required: true
      - name: atlassiangetissuelinktype
        method: GET
        description: Atlassian Get Issue Link Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: issueLinkTypeId
          in: path
          type: string
          description: The ID of the issue link type.
          required: true
      - name: atlassianupdateissuelinktype
        method: PUT
        description: Atlassian Update Issue Link Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: issueLinkTypeId
          in: path
          type: string
          description: The ID of the issue link type.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-issuelinktype--issue-link-types-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/issueLinkType/ — Issue Link Types. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/issuelinktype/{issuelinktypeid}
      name: rest-api-3-issuelinktype-issuelinktypeid
      description: REST surface for rest-api-3-issueLinkType-issueLinkTypeId.
      operations:
      - method: DELETE
        name: atlassiandeleteissuelinktype
        description: Atlassian Delete Issue Link Type
        call: rest-api-3-issuelinktype--issue-link-types.atlassiandeleteissuelinktype
        with:
          issueLinkTypeId: rest.issueLinkTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetissuelinktype
        description: Atlassian Get Issue Link Type
        call: rest-api-3-issuelinktype--issue-link-types.atlassiangetissuelinktype
        with:
          issueLinkTypeId: rest.issueLinkTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdateissuelinktype
        description: Atlassian Update Issue Link Type
        call: rest-api-3-issuelinktype--issue-link-types.atlassianupdateissuelinktype
        with:
          issueLinkTypeId: rest.issueLinkTypeId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-issuelinktype--issue-link-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/issueLinkType/ — Issue Link Types. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-delete-issue-link-type
      description: Atlassian Delete Issue Link Type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-issuelinktype--issue-link-types.atlassiandeleteissuelinktype
      with:
        issueLinkTypeId: tools.issueLinkTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-issue-link-type
      description: Atlassian Get Issue Link Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-issuelinktype--issue-link-types.atlassiangetissuelinktype
      with:
        issueLinkTypeId: tools.issueLinkTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-issue-link-type
      description: Atlassian Update Issue Link Type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-issuelinktype--issue-link-types.atlassianupdateissuelinktype
      with:
        issueLinkTypeId: tools.issueLinkTypeId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.