Projects by workflowscheme

Hello all, I’m looking for a rest api call that will take in a workflowscheme ID, and return the projects that use it?

Welcome to the Atlassian Developer Community, @JoshuaW !

As far as I know, there is currently no single REST API that does this for you; if this is imperative in your use case, feel free to raise a feature suggestion in https://jira.atlassian.com/projects/JRACLOUD. However, the other way around exists wherein given a project ID the associated workflow scheme ID can be derived using this API.

As a workaround, if you happen to know the workflow name (not to be confused with workflow scheme name), then you can use Get workflows paginated and expand projects.

Hope this helps.

Ian