Hello!
I would like to create dependency between two custom fields. For example, I have a select list custom field "Test" with two options "test 1" and "test 2", and number field "Quantity".
So, is it possible when selecting "test 1" option only values less than 10 in the field "Quantity" are allowed to be entered by user?
These two fields are used on a transition screen.
Thank you in advance.
Hi @Fariz Aliverdiyev ,
you can do that using Behaviour feature provided by Script Runner app https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=server&tab=overview&_ga=2.176794021.1065172825.1644393513-922630374.1631104357
At the following link you can find some examples https://scriptrunner.adaptavist.com/5.6.8/jira/behaviours-overview.html
Using builtin capability you can't do that.
Hope this helps,
Fabio
I have the same requirement. This can be achieved via behaviors, but its biggest limitation is that it doesn't work on the view screen.
It only works on edit/create screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can a Behavior also create a dependency between 2 custom fields. Display custom field 2 (text field) only when a specific value is selected in custom field 1 (Single select list) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.