Restrict the group picker based on project key

Manikandan K April 23, 2018

We have a custom field with group picker and we would like to restrict and show only the groups starts with the project key.

For ex : 
Project is abc 
group should show only abc-12, abc-23

Is it possible to achieve this functionality using groovy script?

4 answers

0 votes
nihcet February 28, 2021

Hi,

I am waiting support, me too. I want to restrict groups in group picker with behavious.

I hope, Adaptavist community leaders can help our.

Thenks for helps.

0 votes
Manikandan K April 24, 2018

Joshua Yamdogo @ Adaptavist _- let me know you have any suggestions for my question. Thanks !

0 votes
Alfonso Leiva [ServiceRocket] April 23, 2018

Maybe, but I couldn't find something quick, using Behaviours, from ScriptRunner, you could get to do something like that.

0 votes
Danyal Iqbal
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 23, 2018

no, this is not possible by default.

 you could write your own group picker custom field driven by a db field in an addon.

you could copy each time via event listener the db driven field to the user group field....

Suggest an answer

Log in or Sign up to answer