interface WorkflowCapabilities {
    connectRules?: AvailableWorkflowConnectRule[];
    editorScope?: string;
    forgeRules?: AvailableWorkflowForgeRule[];
    projectTypes?: string[];
    systemRules?: AvailableWorkflowSystemRule[];
    triggerRules?: AvailableWorkflowTriggers[];
}

Properties

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.

The Forge provided ecosystem rules available.

projectTypes?: string[]

The types of projects that this capability set is available for.

The Atlassian provided system rules available.

triggerRules?: AvailableWorkflowTriggers[]

The trigger rules available.