Pre-filtered custom field?

Gleb Kartashov July 11, 2019

Recently I created a Single Group Picker custom filed and turns out we have a lot of groups in our project. Is there a way to make the group picker field display only pre-filtered values? E.G. I have about 20 groups and only 3 of them should be visible and selectable in the picker. 

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
July 11, 2019

Hello,

You would need an app for it like Power Custom Fields Premium or ScriptRunner.

If you want to use the Power Custom Fields Premium app, you could create a single select custom field with a code like this:

return {"group1", "group2"};

Suggest an answer

Log in or Sign up to answer