Atlassian · Capability

Atlassian The Jira Cloud platform REST API — Issue Priorities

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

Run with Naftiko AtlassianIssue Priorities

What You Can Do

GET
Atlassiangetpriorities — Atlassian Get Priorities
/v1/api/3/priority
POST
Atlassiancreatepriority — Atlassian Create Priority
/v1/api/3/priority
PUT
Atlassiansetdefaultpriority — Atlassian Set Default Priority
/v1/api/3/priority/default
PUT
Atlassianmovepriorities — Atlassian Move Priorities
/v1/api/3/priority/move
GET
Atlassiansearchpriorities — Atlassian Search Priorities
/v1/api/3/priority/search
DELETE
Atlassiandeletepriority — Atlassian Delete Priority
/v1/api/3/priority/{id}
GET
Atlassiangetpriority — Atlassian Get Priority
/v1/api/3/priority/{id}
PUT
Atlassianupdatepriority — Atlassian Update Priority
/v1/api/3/priority/{id}

MCP Tools

atlassian-get-priorities

Atlassian Get Priorities

read-only idempotent
atlassian-create-priority

Atlassian Create Priority

atlassian-set-default-priority

Atlassian Set Default Priority

idempotent
atlassian-move-priorities

Atlassian Move Priorities

idempotent
atlassian-search-priorities

Atlassian Search Priorities

read-only idempotent
atlassian-delete-priority

Atlassian Delete Priority

idempotent
atlassian-get-priority

Atlassian Get Priority

read-only idempotent
atlassian-update-priority

Atlassian Update Priority

idempotent

Capability Spec

jira-issue-priorities.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian The Jira Cloud platform REST API — Issue Priorities
  description: 'Atlassian The Jira Cloud platform REST API — Issue Priorities. 8 operations. Lead operation: Atlassian Get
    Priorities. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Issue Priorities
  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-priorities
    baseUri: https://your-domain.atlassian.net
    description: Atlassian The Jira Cloud platform REST API — Issue Priorities business capability. Self-contained, no shared
      references.
    resources:
    - name: rest-api-3-priority
      path: /rest/api/3/priority
      operations:
      - name: atlassiangetpriorities
        method: GET
        description: Atlassian Get Priorities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassiancreatepriority
        method: POST
        description: Atlassian Create Priority
        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-priority-default
      path: /rest/api/3/priority/default
      operations:
      - name: atlassiansetdefaultpriority
        method: PUT
        description: Atlassian Set Default Priority
        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-priority-move
      path: /rest/api/3/priority/move
      operations:
      - name: atlassianmovepriorities
        method: PUT
        description: Atlassian Move Priorities
        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-priority-search
      path: /rest/api/3/priority/search
      operations:
      - name: atlassiansearchpriorities
        method: GET
        description: Atlassian Search Priorities
        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 priority IDs. To include multiple IDs, provide an ampersand-separated list. For example,
            `id=2&id=3`.
        - name: projectId
          in: query
          type: array
          description: The list of projects IDs. To include multiple IDs, provide an ampersand-separated list. For example,
            `projectId=10010&projectId=10111`.
        - name: priorityName
          in: query
          type: string
          description: The name of priority to search for.
        - name: onlyDefault
          in: query
          type: boolean
          description: Whether only the default priority is returned.
    - name: rest-api-3-priority-id
      path: /rest/api/3/priority/{id}
      operations:
      - name: atlassiandeletepriority
        method: DELETE
        description: Atlassian Delete Priority
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue priority.
          required: true
        - name: replaceWith
          in: query
          type: string
          description: The ID of the issue priority that will replace the currently selected resolution.
          required: true
      - name: atlassiangetpriority
        method: GET
        description: Atlassian Get Priority
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue priority.
          required: true
      - name: atlassianupdatepriority
        method: PUT
        description: Atlassian Update Priority
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the issue priority.
          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-priorities-rest
    port: 8080
    description: REST adapter for Atlassian The Jira Cloud platform REST API — Issue Priorities. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/priority
      name: rest-api-3-priority
      description: REST surface for rest-api-3-priority.
      operations:
      - method: GET
        name: atlassiangetpriorities
        description: Atlassian Get Priorities
        call: jira-issue-priorities.atlassiangetpriorities
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassiancreatepriority
        description: Atlassian Create Priority
        call: jira-issue-priorities.atlassiancreatepriority
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/priority/default
      name: rest-api-3-priority-default
      description: REST surface for rest-api-3-priority-default.
      operations:
      - method: PUT
        name: atlassiansetdefaultpriority
        description: Atlassian Set Default Priority
        call: jira-issue-priorities.atlassiansetdefaultpriority
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/priority/move
      name: rest-api-3-priority-move
      description: REST surface for rest-api-3-priority-move.
      operations:
      - method: PUT
        name: atlassianmovepriorities
        description: Atlassian Move Priorities
        call: jira-issue-priorities.atlassianmovepriorities
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/priority/search
      name: rest-api-3-priority-search
      description: REST surface for rest-api-3-priority-search.
      operations:
      - method: GET
        name: atlassiansearchpriorities
        description: Atlassian Search Priorities
        call: jira-issue-priorities.atlassiansearchpriorities
        with:
          startAt: rest.startAt
          maxResults: rest.maxResults
          id: rest.id
          projectId: rest.projectId
          priorityName: rest.priorityName
          onlyDefault: rest.onlyDefault
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/priority/{id}
      name: rest-api-3-priority-id
      description: REST surface for rest-api-3-priority-id.
      operations:
      - method: DELETE
        name: atlassiandeletepriority
        description: Atlassian Delete Priority
        call: jira-issue-priorities.atlassiandeletepriority
        with:
          id: rest.id
          replaceWith: rest.replaceWith
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetpriority
        description: Atlassian Get Priority
        call: jira-issue-priorities.atlassiangetpriority
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatepriority
        description: Atlassian Update Priority
        call: jira-issue-priorities.atlassianupdatepriority
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jira-issue-priorities-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian The Jira Cloud platform REST API — Issue Priorities. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-get-priorities
      description: Atlassian Get Priorities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-priorities.atlassiangetpriorities
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-create-priority
      description: Atlassian Create Priority
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: jira-issue-priorities.atlassiancreatepriority
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-default-priority
      description: Atlassian Set Default Priority
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-priorities.atlassiansetdefaultpriority
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-move-priorities
      description: Atlassian Move Priorities
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-priorities.atlassianmovepriorities
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-search-priorities
      description: Atlassian Search Priorities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-priorities.atlassiansearchpriorities
      with:
        startAt: tools.startAt
        maxResults: tools.maxResults
        id: tools.id
        projectId: tools.projectId
        priorityName: tools.priorityName
        onlyDefault: tools.onlyDefault
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-priority
      description: Atlassian Delete Priority
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: jira-issue-priorities.atlassiandeletepriority
      with:
        id: tools.id
        replaceWith: tools.replaceWith
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-priority
      description: Atlassian Get Priority
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-priorities.atlassiangetpriority
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-priority
      description: Atlassian Update Priority
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-priorities.atlassianupdatepriority
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.