Properties
| Name | Type | Description |
|---|---|---|
| connectRules | array | The Connect provided ecosystem rules available. |
| editorScope | string | The scope of the workflow capabilities. `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects. |
| forgeRules | array | The Forge provided ecosystem rules available. |
| projectTypes | array | The types of projects that this capability set is available for. |
| systemRules | array | The Atlassian provided system rules available. |
| triggerRules | array | The trigger rules available. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkflowCapabilities",
"title": "WorkflowCapabilities",
"additionalProperties": false,
"properties": {
"connectRules": {
"description": "The Connect provided ecosystem rules available.",
"items": {
"$ref": "#/components/schemas/AvailableWorkflowConnectRule"
},
"type": "array"
},
"editorScope": {
"description": "The scope of the workflow capabilities. `GLOBAL` for company-managed projects and `PROJECT` for team-managed projects.",
"enum": [
"PROJECT",
"GLOBAL"
],
"type": "string"
},
"forgeRules": {
"description": "The Forge provided ecosystem rules available.",
"items": {
"$ref": "#/components/schemas/AvailableWorkflowForgeRule"
},
"type": "array"
},
"projectTypes": {
"description": "The types of projects that this capability set is available for.",
"enum": [
"software",
"service_desk",
"product_discovery",
"business",
"unknown"
],
"items": {
"description": "The types of projects that this capability set is available for.",
"enum": [
"software",
"service_desk",
"product_discovery",
"business",
"unknown"
],
"type": "string"
},
"type": "array"
},
"systemRules": {
"description": "The Atlassian provided system rules available.",
"items": {
"$ref": "#/components/schemas/AvailableWorkflowSystemRule"
},
"type": "array"
},
"triggerRules": {
"description": "The trigger rules available.",
"items": {
"$ref": "#/components/schemas/AvailableWorkflowTriggers"
},
"type": "array"
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-workflowcapabilities"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.