Atlassian · Capability

Atlassian rest/api/3/component/ — Project Components

Atlassian rest/api/3/component/ — Project Components. 4 operations. Lead operation: Atlassian Delete Component. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianProject Components

What You Can Do

DELETE
Atlassiandeletecomponent — Atlassian Delete Component
/v1/api/3/component/{id}
GET
Atlassiangetcomponent — Atlassian Get Component
/v1/api/3/component/{id}
PUT
Atlassianupdatecomponent — Atlassian Update Component
/v1/api/3/component/{id}
GET
Atlassiangetcomponentrelatedissues — Atlassian Get Component Issues Count
/v1/api/3/component/{id}/relatedissuecounts

MCP Tools

atlassian-delete-component

Atlassian Delete Component

idempotent
atlassian-get-component

Atlassian Get Component

read-only idempotent
atlassian-update-component

Atlassian Update Component

idempotent
atlassian-get-component-issues-count

Atlassian Get Component Issues Count

read-only idempotent

Capability Spec

rest-api-3-component--project-components.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/component/ — Project Components
  description: 'Atlassian rest/api/3/component/ — Project Components. 4 operations. Lead operation: Atlassian Delete Component.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Project Components
  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-component--project-components
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/component/ — Project Components business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-component-id
      path: /rest/api/3/component/{id}
      operations:
      - name: atlassiandeletecomponent
        method: DELETE
        description: Atlassian Delete Component
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the component.
          required: true
        - name: moveIssuesTo
          in: query
          type: string
          description: The ID of the component to replace the deleted component. If this value is null no replacement is made.
      - name: atlassiangetcomponent
        method: GET
        description: Atlassian Get Component
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the component.
          required: true
      - name: atlassianupdatecomponent
        method: PUT
        description: Atlassian Update Component
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the component.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-component-id-relatedIssueCounts
      path: /rest/api/3/component/{id}/relatedIssueCounts
      operations:
      - name: atlassiangetcomponentrelatedissues
        method: GET
        description: Atlassian Get Component Issues Count
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the component.
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-component--project-components-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/component/ — Project Components. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/component/{id}
      name: rest-api-3-component-id
      description: REST surface for rest-api-3-component-id.
      operations:
      - method: DELETE
        name: atlassiandeletecomponent
        description: Atlassian Delete Component
        call: rest-api-3-component--project-components.atlassiandeletecomponent
        with:
          id: rest.id
          moveIssuesTo: rest.moveIssuesTo
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetcomponent
        description: Atlassian Get Component
        call: rest-api-3-component--project-components.atlassiangetcomponent
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatecomponent
        description: Atlassian Update Component
        call: rest-api-3-component--project-components.atlassianupdatecomponent
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/component/{id}/relatedissuecounts
      name: rest-api-3-component-id-relatedissuecounts
      description: REST surface for rest-api-3-component-id-relatedIssueCounts.
      operations:
      - method: GET
        name: atlassiangetcomponentrelatedissues
        description: Atlassian Get Component Issues Count
        call: rest-api-3-component--project-components.atlassiangetcomponentrelatedissues
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-component--project-components-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/component/ — Project Components. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-delete-component
      description: Atlassian Delete Component
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-component--project-components.atlassiandeletecomponent
      with:
        id: tools.id
        moveIssuesTo: tools.moveIssuesTo
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-component
      description: Atlassian Get Component
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-component--project-components.atlassiangetcomponent
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-component
      description: Atlassian Update Component
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-component--project-components.atlassianupdatecomponent
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-component-issues-count
      description: Atlassian Get Component Issues Count
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-component--project-components.atlassiangetcomponentrelatedissues
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.