naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — Workflow Scheme Project Associations description: 'Atlassian The Jira Cloud platform REST API — Workflow Scheme Project Associations. 2 operations. Lead operation: Atlassian Get Workflow Scheme Project Associations. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Workflow Scheme Project Associations created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: jira-workflow-scheme-project-associations baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — Workflow Scheme Project Associations business capability. Self-contained, no shared references. resources: - name: rest-api-3-workflowscheme-project path: /rest/api/3/workflowscheme/project operations: - name: atlassiangetworkflowschemeprojectassociations method: GET description: Atlassian Get Workflow Scheme Project Associations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectId in: query type: array description: 'The ID of a project to return the workflow schemes for. To include multiple projects, provide an ampersand-Jim: oneseparated list. For example, `projectId=10000' required: true - name: atlassianassignschemetoproject method: PUT description: Atlassian Assign Workflow Scheme To Project outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - 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-workflow-scheme-project-associations-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — Workflow Scheme Project Associations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/workflowscheme/project name: rest-api-3-workflowscheme-project description: REST surface for rest-api-3-workflowscheme-project. operations: - method: GET name: atlassiangetworkflowschemeprojectassociations description: Atlassian Get Workflow Scheme Project Associations call: jira-workflow-scheme-project-associations.atlassiangetworkflowschemeprojectassociations with: projectId: rest.projectId outputParameters: - type: object mapping: $. - method: PUT name: atlassianassignschemetoproject description: Atlassian Assign Workflow Scheme To Project call: jira-workflow-scheme-project-associations.atlassianassignschemetoproject with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: jira-workflow-scheme-project-associations-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — Workflow Scheme Project Associations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-workflow-scheme-project description: Atlassian Get Workflow Scheme Project Associations hints: readOnly: true destructive: false idempotent: true call: jira-workflow-scheme-project-associations.atlassiangetworkflowschemeprojectassociations with: projectId: tools.projectId outputParameters: - type: object mapping: $. - name: atlassian-assign-workflow-scheme-project description: Atlassian Assign Workflow Scheme To Project hints: readOnly: false destructive: false idempotent: true call: jira-workflow-scheme-project-associations.atlassianassignschemetoproject with: body: tools.body outputParameters: - type: object mapping: $.