jira_workflows_get_scheme_project_usages
Check which projects use a workflow scheme before editing to avoid unintended changes across multiple projects. Returns project IDs, count, and sharing status.
Instructions
List the projects that use a given workflow scheme.
SAFETY: run this before editing a scheme. If more than one project uses it, edits affect all of them: create a dedicated scheme or work on a draft instead. Returns: {scheme_id, project_count, project_ids, shared}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme_id | Yes | Workflow scheme ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||