Atlassian · Capability

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

Atlassian rest/api/3/project/ — Project Versions. 2 operations. Lead operation: Atlassian Get Project Versions Paginated. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianProject Versions

What You Can Do

GET
Atlassiangetprojectversionspaginated — Atlassian Get Project Versions Paginated
/v1/api/3/project/{projectidorkey}/version
GET
Atlassiangetprojectversions — Atlassian Get Project Versions
/v1/api/3/project/{projectidorkey}/versions

MCP Tools

atlassian-get-project-versions-paginated

Atlassian Get Project Versions Paginated

read-only idempotent
atlassian-get-project-versions

Atlassian Get Project Versions

read-only idempotent

Capability Spec

rest-api-3-project--project-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/project/ — Project Versions
  description: 'Atlassian rest/api/3/project/ — Project Versions. 2 operations. Lead operation: Atlassian Get Project Versions
    Paginated. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Project Versions
  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-versions
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/project/ — Project Versions business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-project-projectIdOrKey-version
      path: /rest/api/3/project/{projectIdOrKey}/version
      operations:
      - name: atlassiangetprojectversionspaginated
        method: GET
        description: Atlassian Get Project Versions Paginated
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectIdOrKey
          in: path
          type: string
          description: The project ID or project key (case sensitive).
          required: true
        - name: startAt
          in: query
          type: integer
          description: The index of the first item to return in a page of results (page offset).
        - name: maxResults
          in: query
          type: integer
          description: The maximum number of items to return per page.
        - name: orderBy
          in: query
          type: string
          description: '[Order](#ordering) the results by a field:'
        - name: query
          in: query
          type: string
          description: Filter the results using a literal string. Versions with matching `name` or `description` are returned
            (case insensitive).
        - name: status
          in: query
          type: string
          description: A list of status values used to filter the results by version status. This parameter accepts a comma-separated
            list. The status values are `released`, `unreleas
        - name: expand
          in: query
          type: string
          description: 'Use [expand](#expansion) to include additional information in the response. This parameter accepts
            a comma-separated list. Expand options include:'
    - name: rest-api-3-project-projectIdOrKey-versions
      path: /rest/api/3/project/{projectIdOrKey}/versions
      operations:
      - name: atlassiangetprojectversions
        method: GET
        description: Atlassian Get Project Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectIdOrKey
          in: path
          type: string
          description: The project ID or project key (case sensitive).
          required: true
        - name: expand
          in: query
          type: string
          description: 'Use [expand](#expansion) to include additional information in the response. This parameter accepts
            `operations`, which returns actions that can be performed on '
  exposes:
  - type: rest
    namespace: rest-api-3-project--project-versions-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/project/ — Project Versions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/project/{projectidorkey}/version
      name: rest-api-3-project-projectidorkey-version
      description: REST surface for rest-api-3-project-projectIdOrKey-version.
      operations:
      - method: GET
        name: atlassiangetprojectversionspaginated
        description: Atlassian Get Project Versions Paginated
        call: rest-api-3-project--project-versions.atlassiangetprojectversionspaginated
        with:
          projectIdOrKey: rest.projectIdOrKey
          startAt: rest.startAt
          maxResults: rest.maxResults
          orderBy: rest.orderBy
          query: rest.query
          status: rest.status
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/project/{projectidorkey}/versions
      name: rest-api-3-project-projectidorkey-versions
      description: REST surface for rest-api-3-project-projectIdOrKey-versions.
      operations:
      - method: GET
        name: atlassiangetprojectversions
        description: Atlassian Get Project Versions
        call: rest-api-3-project--project-versions.atlassiangetprojectversions
        with:
          projectIdOrKey: rest.projectIdOrKey
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-project--project-versions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/project/ — Project Versions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-project-versions-paginated
      description: Atlassian Get Project Versions Paginated
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-versions.atlassiangetprojectversionspaginated
      with:
        projectIdOrKey: tools.projectIdOrKey
        startAt: tools.startAt
        maxResults: tools.maxResults
        orderBy: tools.orderBy
        query: tools.query
        status: tools.status
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-project-versions
      description: Atlassian Get Project Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-versions.atlassiangetprojectversions
      with:
        projectIdOrKey: tools.projectIdOrKey
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.