Atlassian · Capability

Atlassian rest/api/3/project/ — Project Types

Atlassian rest/api/3/project/ — Project Types. 4 operations. Lead operation: Atlassian Get All Project Types. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianProject Types

What You Can Do

GET
Atlassiangetallprojecttypes — Atlassian Get All Project Types
/v1/api/3/project/type
GET
Atlassiangetallaccessibleprojecttypes — Atlassian Get Licensed Project Types
/v1/api/3/project/type/accessible
GET
Atlassiangetprojecttypebykey — Atlassian Get Project Type By Key
/v1/api/3/project/type/{projecttypekey}
GET
Atlassiangetaccessibleprojecttypebykey — Atlassian Get Accessible Project Type By Key
/v1/api/3/project/type/{projecttypekey}/accessible

MCP Tools

atlassian-get-all-project-types

Atlassian Get All Project Types

read-only idempotent
atlassian-get-licensed-project-types

Atlassian Get Licensed Project Types

read-only idempotent
atlassian-get-project-type-key

Atlassian Get Project Type By Key

read-only idempotent
atlassian-get-accessible-project-type

Atlassian Get Accessible Project Type By Key

read-only idempotent

Capability Spec

rest-api-3-project--project-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/project/ — Project Types
  description: 'Atlassian rest/api/3/project/ — Project Types. 4 operations. Lead operation: Atlassian Get All Project Types.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Project 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-project--project-types
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/project/ — Project Types business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-project-type
      path: /rest/api/3/project/type
      operations:
      - name: atlassiangetallprojecttypes
        method: GET
        description: Atlassian Get All Project Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-api-3-project-type-accessible
      path: /rest/api/3/project/type/accessible
      operations:
      - name: atlassiangetallaccessibleprojecttypes
        method: GET
        description: Atlassian Get Licensed Project Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: rest-api-3-project-type-projectTypeKey
      path: /rest/api/3/project/type/{projectTypeKey}
      operations:
      - name: atlassiangetprojecttypebykey
        method: GET
        description: Atlassian Get Project Type By Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectTypeKey
          in: path
          type: string
          description: The key of the project type.
          required: true
    - name: rest-api-3-project-type-projectTypeKey-accessible
      path: /rest/api/3/project/type/{projectTypeKey}/accessible
      operations:
      - name: atlassiangetaccessibleprojecttypebykey
        method: GET
        description: Atlassian Get Accessible Project Type By Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectTypeKey
          in: path
          type: string
          description: The key of the project type.
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-project--project-types-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/project/ — Project Types. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/project/type
      name: rest-api-3-project-type
      description: REST surface for rest-api-3-project-type.
      operations:
      - method: GET
        name: atlassiangetallprojecttypes
        description: Atlassian Get All Project Types
        call: rest-api-3-project--project-types.atlassiangetallprojecttypes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/project/type/accessible
      name: rest-api-3-project-type-accessible
      description: REST surface for rest-api-3-project-type-accessible.
      operations:
      - method: GET
        name: atlassiangetallaccessibleprojecttypes
        description: Atlassian Get Licensed Project Types
        call: rest-api-3-project--project-types.atlassiangetallaccessibleprojecttypes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/project/type/{projecttypekey}
      name: rest-api-3-project-type-projecttypekey
      description: REST surface for rest-api-3-project-type-projectTypeKey.
      operations:
      - method: GET
        name: atlassiangetprojecttypebykey
        description: Atlassian Get Project Type By Key
        call: rest-api-3-project--project-types.atlassiangetprojecttypebykey
        with:
          projectTypeKey: rest.projectTypeKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/project/type/{projecttypekey}/accessible
      name: rest-api-3-project-type-projecttypekey-accessible
      description: REST surface for rest-api-3-project-type-projectTypeKey-accessible.
      operations:
      - method: GET
        name: atlassiangetaccessibleprojecttypebykey
        description: Atlassian Get Accessible Project Type By Key
        call: rest-api-3-project--project-types.atlassiangetaccessibleprojecttypebykey
        with:
          projectTypeKey: rest.projectTypeKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-project--project-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/project/ — Project Types. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-all-project-types
      description: Atlassian Get All Project Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-types.atlassiangetallprojecttypes
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-licensed-project-types
      description: Atlassian Get Licensed Project Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-types.atlassiangetallaccessibleprojecttypes
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-project-type-key
      description: Atlassian Get Project Type By Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-types.atlassiangetprojecttypebykey
      with:
        projectTypeKey: tools.projectTypeKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-accessible-project-type
      description: Atlassian Get Accessible Project Type By Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-types.atlassiangetaccessibleprojecttypebykey
      with:
        projectTypeKey: tools.projectTypeKey
      outputParameters:
      - type: object
        mapping: $.