naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — Issue Links description: 'Atlassian The Jira Cloud platform REST API — Issue Links. 3 operations. Lead operation: Atlassian Create Issue Link. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Issue Links created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: jira-issue-links baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — Issue Links business capability. Self-contained, no shared references. resources: - name: rest-api-3-issueLink path: /rest/api/3/issueLink operations: - name: atlassianlinkissues method: POST description: Atlassian Create Issue Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: rest-api-3-issueLink-linkId path: /rest/api/3/issueLink/{linkId} operations: - name: atlassiandeleteissuelink method: DELETE description: Atlassian Delete Issue Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: linkId in: path type: string description: The ID of the issue link. required: true - name: atlassiangetissuelink method: GET description: Atlassian Get Issue Link outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: linkId in: path type: string description: The ID of the issue link. required: true authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: jira-issue-links-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — Issue Links. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/issuelink name: rest-api-3-issuelink description: REST surface for rest-api-3-issueLink. operations: - method: POST name: atlassianlinkissues description: Atlassian Create Issue Link call: jira-issue-links.atlassianlinkissues with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/3/issuelink/{linkid} name: rest-api-3-issuelink-linkid description: REST surface for rest-api-3-issueLink-linkId. operations: - method: DELETE name: atlassiandeleteissuelink description: Atlassian Delete Issue Link call: jira-issue-links.atlassiandeleteissuelink with: linkId: rest.linkId outputParameters: - type: object mapping: $. - method: GET name: atlassiangetissuelink description: Atlassian Get Issue Link call: jira-issue-links.atlassiangetissuelink with: linkId: rest.linkId outputParameters: - type: object mapping: $. - type: mcp namespace: jira-issue-links-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — Issue Links. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-create-issue-link description: Atlassian Create Issue Link hints: readOnly: false destructive: false idempotent: false call: jira-issue-links.atlassianlinkissues with: body: tools.body outputParameters: - type: object mapping: $. - name: atlassian-delete-issue-link description: Atlassian Delete Issue Link hints: readOnly: false destructive: true idempotent: true call: jira-issue-links.atlassiandeleteissuelink with: linkId: tools.linkId outputParameters: - type: object mapping: $. - name: atlassian-get-issue-link description: Atlassian Get Issue Link hints: readOnly: true destructive: false idempotent: true call: jira-issue-links.atlassiangetissuelink with: linkId: tools.linkId outputParameters: - type: object mapping: $.