The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

API for workflow/project

Fida Zubair
December 27, 2021

Is there an API that returns all the projects that uses a particular workflow.

Hoping for an immediate response

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Hana Kučerová
Community Champion
December 27, 2021

Hi @Fida Zubair ,

welcome to the Atlassian Community!

Workflows are added to the workflow schemes and these schemes are associated with the projects (not workflows), see here.

So the only possibility is to get association between projects and workflow schemes.

I've found only one endpoint which provides such information, but it expects to get list of projects: Get workflow scheme project associations

So, I believe, there's no such endpoint.