Atlassian · Capability

Atlassian rest/api/3/workflow/ — Workflow Transition Rules

Atlassian rest/api/3/workflow/ — Workflow Transition Rules. 3 operations. Lead operation: Atlassian Get Workflow Transition Rule Configurations. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianWorkflow Transition Rules

What You Can Do

GET
Atlassiangetworkflowtransitionruleconfigurations — Atlassian Get Workflow Transition Rule Configurations
/v1/api/3/workflow/rule/config
PUT
Atlassianupdateworkflowtransitionruleconfigurations — Atlassian Update Workflow Transition Rule Configurations
/v1/api/3/workflow/rule/config
PUT
Atlassiandeleteworkflowtransitionruleconfigurations — Atlassian Delete Workflow Transition Rule Configurations
/v1/api/3/workflow/rule/config/delete

MCP Tools

atlassian-get-workflow-transition-rule

Atlassian Get Workflow Transition Rule Configurations

read-only idempotent
atlassian-update-workflow-transition-rule

Atlassian Update Workflow Transition Rule Configurations

idempotent
atlassian-delete-workflow-transition-rule

Atlassian Delete Workflow Transition Rule Configurations

idempotent

Capability Spec

rest-api-3-workflow--workflow-transition-rules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/workflow/ — Workflow Transition Rules
  description: 'Atlassian rest/api/3/workflow/ — Workflow Transition Rules. 3 operations. Lead operation: Atlassian Get Workflow
    Transition Rule Configurations. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Workflow Transition Rules
  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-workflow--workflow-transition-rules
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/workflow/ — Workflow Transition Rules business capability. Self-contained, no shared
      references.
    resources:
    - name: rest-api-3-workflow-rule-config
      path: /rest/api/3/workflow/rule/config
      operations:
      - name: atlassiangetworkflowtransitionruleconfigurations
        method: GET
        description: Atlassian Get Workflow Transition Rule Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: types
          in: query
          type: array
          description: The types of the transition rules to return.
          required: true
        - name: keys
          in: query
          type: array
          description: The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition
            rules to return.
        - name: workflowNames
          in: query
          type: array
          description: The list of workflow names to filter by.
        - name: withTags
          in: query
          type: array
          description: The list of `tags` to filter by.
        - name: draft
          in: query
          type: boolean
          description: Whether draft or published workflows are returned. If not provided, both workflow types are returned.
        - name: expand
          in: query
          type: string
          description: Use [expand](#expansion) to include additional information in the response. This parameter accepts
            `transition`, which, for each rule, returns information about
      - name: atlassianupdateworkflowtransitionruleconfigurations
        method: PUT
        description: Atlassian Update Workflow Transition Rule Configurations
        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-workflow-rule-config-delete
      path: /rest/api/3/workflow/rule/config/delete
      operations:
      - name: atlassiandeleteworkflowtransitionruleconfigurations
        method: PUT
        description: Atlassian Delete Workflow Transition Rule Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-workflow--workflow-transition-rules-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/workflow/ — Workflow Transition Rules. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/workflow/rule/config
      name: rest-api-3-workflow-rule-config
      description: REST surface for rest-api-3-workflow-rule-config.
      operations:
      - method: GET
        name: atlassiangetworkflowtransitionruleconfigurations
        description: Atlassian Get Workflow Transition Rule Configurations
        call: rest-api-3-workflow--workflow-transition-rules.atlassiangetworkflowtransitionruleconfigurations
        with:
          startAt: rest.startAt
          maxResults: rest.maxResults
          types: rest.types
          keys: rest.keys
          workflowNames: rest.workflowNames
          withTags: rest.withTags
          draft: rest.draft
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdateworkflowtransitionruleconfigurations
        description: Atlassian Update Workflow Transition Rule Configurations
        call: rest-api-3-workflow--workflow-transition-rules.atlassianupdateworkflowtransitionruleconfigurations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/workflow/rule/config/delete
      name: rest-api-3-workflow-rule-config-delete
      description: REST surface for rest-api-3-workflow-rule-config-delete.
      operations:
      - method: PUT
        name: atlassiandeleteworkflowtransitionruleconfigurations
        description: Atlassian Delete Workflow Transition Rule Configurations
        call: rest-api-3-workflow--workflow-transition-rules.atlassiandeleteworkflowtransitionruleconfigurations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-workflow--workflow-transition-rules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/workflow/ — Workflow Transition Rules. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-get-workflow-transition-rule
      description: Atlassian Get Workflow Transition Rule Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-workflow--workflow-transition-rules.atlassiangetworkflowtransitionruleconfigurations
      with:
        startAt: tools.startAt
        maxResults: tools.maxResults
        types: tools.types
        keys: tools.keys
        workflowNames: tools.workflowNames
        withTags: tools.withTags
        draft: tools.draft
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-workflow-transition-rule
      description: Atlassian Update Workflow Transition Rule Configurations
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-workflow--workflow-transition-rules.atlassianupdateworkflowtransitionruleconfigurations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-workflow-transition-rule
      description: Atlassian Delete Workflow Transition Rule Configurations
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-workflow--workflow-transition-rules.atlassiandeleteworkflowtransitionruleconfigurations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.