Finding the list of projects used by a specific workflow

Hello,
I want to take/get the list of the projects that are used by a particular WORKFLOW.

Please, if you can advice me to use the right java JIRA API.

REGARDS

Hi @hagophadjiakian1,

If you’re working with Jira Cloud, you can try Get workflows paginated API and expand projects. The workflows will have their respective projects array associated with them.

Cheers,
Ian