Is it possible to restrict one custom field based on other custom field

Sushmitha Bajjuri January 18, 2018

I have a user picker custom field and a select list custom field. Now i want a particular user from user picker custom field to select a only particular item from select list i.e; user should not be able to select according to their option.

Is this possible?

1 answer

1 vote
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.
January 19, 2018

You could use Adpativist Scriptrunner or Power Scripts add-ons.

If you use Power Scripts, you could use Live Fields. You can read more here:

https://confluence.cprime.io/display/TR/UI+Manipulation

You would need to use lfAllowSelectOptions(field, options[, triggerChange])

Suggest an answer

Log in or Sign up to answer