Atlassian · Capability

Atlassian rest/api/3/field/ — Screens

Atlassian rest/api/3/field/ — Screens. 1 operations. Lead operation: Atlassian Get Screens For A Field. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianScreens

What You Can Do

GET
Atlassiangetscreensforfield — Atlassian Get Screens For A Field
/v1/api/3/field/{fieldid}/screens

MCP Tools

atlassian-get-screens-field

Atlassian Get Screens For A Field

read-only idempotent

Capability Spec

rest-api-3-field--screens.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/field/ — Screens
  description: 'Atlassian rest/api/3/field/ — Screens. 1 operations. Lead operation: Atlassian Get Screens For A Field. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Screens
  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-field--screens
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/field/ — Screens business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-field-fieldId-screens
      path: /rest/api/3/field/{fieldId}/screens
      operations:
      - name: atlassiangetscreensforfield
        method: GET
        description: Atlassian Get Screens For A Field
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fieldId
          in: path
          type: string
          description: The ID of the field to return screens for.
          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: expand
          in: query
          type: string
          description: Use [expand](#expansion) to include additional information about screens in the response. This parameter
            accepts `tab` which returns details about the screen ta
  exposes:
  - type: rest
    namespace: rest-api-3-field--screens-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/field/ — Screens. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/3/field/{fieldid}/screens
      name: rest-api-3-field-fieldid-screens
      description: REST surface for rest-api-3-field-fieldId-screens.
      operations:
      - method: GET
        name: atlassiangetscreensforfield
        description: Atlassian Get Screens For A Field
        call: rest-api-3-field--screens.atlassiangetscreensforfield
        with:
          fieldId: rest.fieldId
          startAt: rest.startAt
          maxResults: rest.maxResults
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-field--screens-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/field/ — Screens. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: atlassian-get-screens-field
      description: Atlassian Get Screens For A Field
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-field--screens.atlassiangetscreensforfield
      with:
        fieldId: tools.fieldId
        startAt: tools.startAt
        maxResults: tools.maxResults
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.