Atlassian · Capability

Atlassian The Jira Cloud platform REST API — Issue Resolutions

Atlassian The Jira Cloud platform REST API — Issue Resolutions. 8 operations. Lead operation: Atlassian Get Resolutions. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianIssue Resolutions

What You Can Do

GET
Atlassiangetresolutions — Atlassian Get Resolutions
/v1/api/3/resolution
POST
Atlassiancreateresolution — Atlassian Create Resolution
/v1/api/3/resolution
PUT
Atlassiansetdefaultresolution — Atlassian Set Default Resolution
/v1/api/3/resolution/default
PUT
Atlassianmoveresolutions — Atlassian Move Resolutions
/v1/api/3/resolution/move
GET
Atlassiansearchresolutions — Atlassian Search Resolutions
/v1/api/3/resolution/search
DELETE
Atlassiandeleteresolution — Atlassian Delete Resolution
/v1/api/3/resolution/{id}
GET
Atlassiangetresolution — Atlassian Get Resolution
/v1/api/3/resolution/{id}
PUT
Atlassianupdateresolution — Atlassian Update Resolution
/v1/api/3/resolution/{id}

MCP Tools

atlassian-get-resolutions

Atlassian Get Resolutions

read-only idempotent
atlassian-create-resolution

Atlassian Create Resolution

atlassian-set-default-resolution

Atlassian Set Default Resolution

idempotent
atlassian-move-resolutions

Atlassian Move Resolutions

idempotent
atlassian-search-resolutions

Atlassian Search Resolutions

read-only idempotent
atlassian-delete-resolution

Atlassian Delete Resolution

idempotent
atlassian-get-resolution

Atlassian Get Resolution

read-only idempotent
atlassian-update-resolution

Atlassian Update Resolution

idempotent

Capability Spec

jira-issue-resolutions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian The Jira Cloud platform REST API — Issue Resolutions
  description: 'Atlassian The Jira Cloud platform REST API — Issue Resolutions. 8 operations. Lead operation: Atlassian Get
    Resolutions. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Issue Resolutions
  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-resolutions
    baseUri: https://your-domain.atlassian.net
    description: Atlassian The Jira Cloud platform REST API — Issue Resolutions business capability. Self-contained, no shared
      references.
    resources:
    - name: rest-api-3-resolution
      path: /rest/api/3/resolution
      operations:
      - name: atlassiangetresolutions
        method: GET
        description: Atlassian Get Resolutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassiancreateresolution
        method: POST
        description: Atlassian Create Resolution
        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-resolution-default
      path: /rest/api/3/resolution/default
      operations:
      - name: atlassiansetdefaultresolution
        method: PUT
        description: Atlassian Set Default Resolution
        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-resolution-move
      path: /rest/api/3/resolution/move
      operations:
      - name: atlassianmoveresolutions
        method: PUT
        description: Atlassian Move Resolutions
        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-resolution-search
      path: /rest/api/3/resolution/search
      operations:
      - name: atlassiansearchresolutions
        method: GET
        description: Atlassian Search Resolutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startAt
          in: query
          type: string
          description: The index of the first item to return in a page of results (page offset).
        - name: maxResults
          in: query
          type: string
          description: The maximum number of items to return per page.
        - name: id
          in: query
          type: array
          description: The list of resolutions IDs to be filtered out
        - name: onlyDefault
          in: query
          type: boolean
          description: When set to true, return default only, when IDs provided, if none of them is default, return empty
            page. Default value is false
    - name: rest-api-3-resolution-id
      path: /rest/api/3/resolution/{id}
      operations:
      - name: atlassiandeleteresolution
        method: DELETE
        description: Atlassian Delete Resolution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue resolution.
          required: true
        - name: replaceWith
          in: query
          type: string
          description: The ID of the issue resolution that will replace the currently selected resolution.
          required: true
      - name: atlassiangetresolution
        method: GET
        description: Atlassian Get Resolution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue resolution value.
          required: true
      - name: atlassianupdateresolution
        method: PUT
        description: Atlassian Update Resolution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue resolution.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: jira-issue-resolutions-rest
    port: 8080
    description: REST adapter for Atlassian The Jira Cloud platform REST API — Issue Resolutions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/resolution
      name: rest-api-3-resolution
      description: REST surface for rest-api-3-resolution.
      operations:
      - method: GET
        name: atlassiangetresolutions
        description: Atlassian Get Resolutions
        call: jira-issue-resolutions.atlassiangetresolutions
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassiancreateresolution
        description: Atlassian Create Resolution
        call: jira-issue-resolutions.atlassiancreateresolution
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/resolution/default
      name: rest-api-3-resolution-default
      description: REST surface for rest-api-3-resolution-default.
      operations:
      - method: PUT
        name: atlassiansetdefaultresolution
        description: Atlassian Set Default Resolution
        call: jira-issue-resolutions.atlassiansetdefaultresolution
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/resolution/move
      name: rest-api-3-resolution-move
      description: REST surface for rest-api-3-resolution-move.
      operations:
      - method: PUT
        name: atlassianmoveresolutions
        description: Atlassian Move Resolutions
        call: jira-issue-resolutions.atlassianmoveresolutions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/resolution/search
      name: rest-api-3-resolution-search
      description: REST surface for rest-api-3-resolution-search.
      operations:
      - method: GET
        name: atlassiansearchresolutions
        description: Atlassian Search Resolutions
        call: jira-issue-resolutions.atlassiansearchresolutions
        with:
          startAt: rest.startAt
          maxResults: rest.maxResults
          id: rest.id
          onlyDefault: rest.onlyDefault
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/resolution/{id}
      name: rest-api-3-resolution-id
      description: REST surface for rest-api-3-resolution-id.
      operations:
      - method: DELETE
        name: atlassiandeleteresolution
        description: Atlassian Delete Resolution
        call: jira-issue-resolutions.atlassiandeleteresolution
        with:
          id: rest.id
          replaceWith: rest.replaceWith
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetresolution
        description: Atlassian Get Resolution
        call: jira-issue-resolutions.atlassiangetresolution
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdateresolution
        description: Atlassian Update Resolution
        call: jira-issue-resolutions.atlassianupdateresolution
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jira-issue-resolutions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian The Jira Cloud platform REST API — Issue Resolutions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-get-resolutions
      description: Atlassian Get Resolutions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-resolutions.atlassiangetresolutions
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-create-resolution
      description: Atlassian Create Resolution
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: jira-issue-resolutions.atlassiancreateresolution
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-default-resolution
      description: Atlassian Set Default Resolution
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-resolutions.atlassiansetdefaultresolution
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-move-resolutions
      description: Atlassian Move Resolutions
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-resolutions.atlassianmoveresolutions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-search-resolutions
      description: Atlassian Search Resolutions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-resolutions.atlassiansearchresolutions
      with:
        startAt: tools.startAt
        maxResults: tools.maxResults
        id: tools.id
        onlyDefault: tools.onlyDefault
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-resolution
      description: Atlassian Delete Resolution
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: jira-issue-resolutions.atlassiandeleteresolution
      with:
        id: tools.id
        replaceWith: tools.replaceWith
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-resolution
      description: Atlassian Get Resolution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-resolutions.atlassiangetresolution
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-resolution
      description: Atlassian Update Resolution
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-resolutions.atlassianupdateresolution
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.