Hi All,
I am on to create a project espacially for the project leaders. But we have more than 200 projects in or JIRA instance, so I have to collect all the project leads by entering the projects one by one.
Is there any script/something which get the list of all project leads?
Thanks in advance!
Rumi
A groovy script to do this which you can run in the admin panel:
(componentManager.projectManager.projectObjects*.lead).unique()*.name
You should be able to paste the output into the roles textarea.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.