Project leads from script

Rumceisz
Contributor
April 18, 2012

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

1 answer

1 accepted

0 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 18, 2012

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.

Rumceisz
Contributor
April 18, 2012

It works.

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events