Atlassian · Capability

Atlassian rest/api/3/issuetype/ — Issue Types

Atlassian rest/api/3/issuetype/ — Issue Types. 6 operations. Lead operation: Atlassian Get Issue Types For Project. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianIssue Types

What You Can Do

GET
Atlassiangetissuetypesforproject — Atlassian Get Issue Types For Project
/v1/api/3/issuetype/project
DELETE
Atlassiandeleteissuetype — Atlassian Delete Issue Type
/v1/api/3/issuetype/{id}
GET
Atlassiangetissuetype — Atlassian Get Issue Type
/v1/api/3/issuetype/{id}
PUT
Atlassianupdateissuetype — Atlassian Update Issue Type
/v1/api/3/issuetype/{id}
GET
Atlassiangetalternativeissuetypes — Atlassian Get Alternative Issue Types
/v1/api/3/issuetype/{id}/alternatives
POST
Atlassiancreateissuetypeavatar — Atlassian Load Issue Type Avatar
/v1/api/3/issuetype/{id}/avatar2

MCP Tools

atlassian-get-issue-types-project

Atlassian Get Issue Types For Project

read-only idempotent
atlassian-delete-issue-type

Atlassian Delete Issue Type

idempotent
atlassian-get-issue-type

Atlassian Get Issue Type

read-only idempotent
atlassian-update-issue-type

Atlassian Update Issue Type

idempotent
atlassian-get-alternative-issue-types

Atlassian Get Alternative Issue Types

read-only idempotent
atlassian-load-issue-type-avatar

Atlassian Load Issue Type Avatar

Capability Spec

rest-api-3-issuetype--issue-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/issuetype/ — Issue Types
  description: 'Atlassian rest/api/3/issuetype/ — Issue Types. 6 operations. Lead operation: Atlassian Get Issue Types For
    Project. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Issue 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-issuetype--issue-types
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/issuetype/ — Issue Types business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-issuetype-project
      path: /rest/api/3/issuetype/project
      operations:
      - name: atlassiangetissuetypesforproject
        method: GET
        description: Atlassian Get Issue Types For Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: query
          type: integer
          description: The ID of the project.
          required: true
        - name: level
          in: query
          type: integer
          description: 'The level of the issue type to filter by. Use:'
    - name: rest-api-3-issuetype-id
      path: /rest/api/3/issuetype/{id}
      operations:
      - name: atlassiandeleteissuetype
        method: DELETE
        description: Atlassian Delete Issue Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue type.
          required: true
        - name: alternativeIssueTypeId
          in: query
          type: string
          description: The ID of the replacement issue type.
      - name: atlassiangetissuetype
        method: GET
        description: Atlassian Get Issue Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue type.
          required: true
      - name: atlassianupdateissuetype
        method: PUT
        description: Atlassian Update Issue Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue type.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-issuetype-id-alternatives
      path: /rest/api/3/issuetype/{id}/alternatives
      operations:
      - name: atlassiangetalternativeissuetypes
        method: GET
        description: Atlassian Get Alternative Issue Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue type.
          required: true
    - name: rest-api-3-issuetype-id-avatar2
      path: /rest/api/3/issuetype/{id}/avatar2
      operations:
      - name: atlassiancreateissuetypeavatar
        method: POST
        description: Atlassian Load Issue Type Avatar
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue type.
          required: true
        - name: x
          in: query
          type: integer
          description: The X coordinate of the top-left corner of the crop region.
        - name: y
          in: query
          type: integer
          description: The Y coordinate of the top-left corner of the crop region.
        - name: size
          in: query
          type: integer
          description: The length of each side of the crop region.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-issuetype--issue-types-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/issuetype/ — Issue Types. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/issuetype/project
      name: rest-api-3-issuetype-project
      description: REST surface for rest-api-3-issuetype-project.
      operations:
      - method: GET
        name: atlassiangetissuetypesforproject
        description: Atlassian Get Issue Types For Project
        call: rest-api-3-issuetype--issue-types.atlassiangetissuetypesforproject
        with:
          projectId: rest.projectId
          level: rest.level
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/issuetype/{id}
      name: rest-api-3-issuetype-id
      description: REST surface for rest-api-3-issuetype-id.
      operations:
      - method: DELETE
        name: atlassiandeleteissuetype
        description: Atlassian Delete Issue Type
        call: rest-api-3-issuetype--issue-types.atlassiandeleteissuetype
        with:
          id: rest.id
          alternativeIssueTypeId: rest.alternativeIssueTypeId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetissuetype
        description: Atlassian Get Issue Type
        call: rest-api-3-issuetype--issue-types.atlassiangetissuetype
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdateissuetype
        description: Atlassian Update Issue Type
        call: rest-api-3-issuetype--issue-types.atlassianupdateissuetype
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/issuetype/{id}/alternatives
      name: rest-api-3-issuetype-id-alternatives
      description: REST surface for rest-api-3-issuetype-id-alternatives.
      operations:
      - method: GET
        name: atlassiangetalternativeissuetypes
        description: Atlassian Get Alternative Issue Types
        call: rest-api-3-issuetype--issue-types.atlassiangetalternativeissuetypes
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/issuetype/{id}/avatar2
      name: rest-api-3-issuetype-id-avatar2
      description: REST surface for rest-api-3-issuetype-id-avatar2.
      operations:
      - method: POST
        name: atlassiancreateissuetypeavatar
        description: Atlassian Load Issue Type Avatar
        call: rest-api-3-issuetype--issue-types.atlassiancreateissuetypeavatar
        with:
          id: rest.id
          x: rest.x
          y: rest.y
          size: rest.size
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-issuetype--issue-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/issuetype/ — Issue Types. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-issue-types-project
      description: Atlassian Get Issue Types For Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-issuetype--issue-types.atlassiangetissuetypesforproject
      with:
        projectId: tools.projectId
        level: tools.level
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-issue-type
      description: Atlassian Delete Issue Type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-issuetype--issue-types.atlassiandeleteissuetype
      with:
        id: tools.id
        alternativeIssueTypeId: tools.alternativeIssueTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-issue-type
      description: Atlassian Get Issue Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-issuetype--issue-types.atlassiangetissuetype
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-issue-type
      description: Atlassian Update Issue Type
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-issuetype--issue-types.atlassianupdateissuetype
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-alternative-issue-types
      description: Atlassian Get Alternative Issue Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-issuetype--issue-types.atlassiangetalternativeissuetypes
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-load-issue-type-avatar
      description: Atlassian Load Issue Type Avatar
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-api-3-issuetype--issue-types.atlassiancreateissuetypeavatar
      with:
        id: tools.id
        x: tools.x
        y: tools.y
        size: tools.size
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.