Hi,
I'm making a team page, and would like give per team mate (we are 8) what project thay are working on.
So I would like to make a list of all Jira projects with a filter on the project leader.
Can it be done, and how can I do this.
Thank you,
Marleen
Hi @Marleen Strubbe and welcome to the Community! You should be able to use an API call for that (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-get ).
Or a ScriptRunner script if you have that add-on (if you do, have a look here: https://blog.isostech.com/atlassian/generating-a-list-of-all-project-leads-admins-with-groovy .
HTH
From the Jira Settings > Manage Projects page you can see all projects and their associated project leads. Unfortunately this list isn't exportable (because that would be too easy), but it does you the data you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.