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: 

Need list of Projects

Garden16_
January 28, 2022

I need  a custom field with multiple select option drop down that provides a  list of projects available in the JIRA instance. How do I get this using script runner. I do not want the Data base picker custom field that script runner offers. Please suggest to how get  the multiple selection custom field drop down so that multiple projects can be selected from the drop down.

 

 Project list :

1: Project A

2: Project B

3: Project C

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Fabio Racobaldo _Catworkx_
Community Champion
January 28, 2022

Hi @Garden16_ ,

best approach is to use Project Picker single selectlist custom field type and, through a behaviour provided by ScriptRunner, convert this field in a multiple picker (https://scriptrunner.adaptavist.com/latest/jira/behaviours-conversions.html).

Hope this helps,

Fabio

Garden16_
January 28, 2022

Thank you so much it worked !!

Fabio Racobaldo _Catworkx_
Community Champion
January 28, 2022

You're welcome @Garden16_