Atlassian · Capability

Atlassian rest/api/3/resolution/ — Issue Resolutions

Atlassian rest/api/3/resolution/ — Issue Resolutions. 6 operations. Lead operation: Atlassian Set Default Resolution. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianIssue Resolutions

What You Can Do

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-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

rest-api-3-resolution--issue-resolutions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/resolution/ — Issue Resolutions
  description: 'Atlassian rest/api/3/resolution/ — Issue Resolutions. 6 operations. Lead operation: Atlassian Set Default
    Resolution. 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: rest-api-3-resolution--issue-resolutions
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/resolution/ — Issue Resolutions business capability. Self-contained, no shared references.
    resources:
    - 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
  exposes:
  - type: rest
    namespace: rest-api-3-resolution--issue-resolutions-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/resolution/ — Issue Resolutions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - 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: rest-api-3-resolution--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: rest-api-3-resolution--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: rest-api-3-resolution--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: rest-api-3-resolution--issue-resolutions.atlassiandeleteresolution
        with:
          id: rest.id
          replaceWith: rest.replaceWith
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetresolution
        description: Atlassian Get Resolution
        call: rest-api-3-resolution--issue-resolutions.atlassiangetresolution
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdateresolution
        description: Atlassian Update Resolution
        call: rest-api-3-resolution--issue-resolutions.atlassianupdateresolution
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-resolution--issue-resolutions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/resolution/ — Issue Resolutions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-set-default-resolution
      description: Atlassian Set Default Resolution
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-resolution--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: rest-api-3-resolution--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: rest-api-3-resolution--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: rest-api-3-resolution--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: rest-api-3-resolution--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: rest-api-3-resolution--issue-resolutions.atlassianupdateresolution
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.