Hi erveryone,
ist there any possibility to define depending fields in jira? F.e. if i had 2 fields:
field 1: duration in months
field 2: workers per month
f.e. if field one's value is '4' months and field two's value is '3' the value of the field 'complexity' should be 'middle'. I know that theres no option in jira but can i do this with script runner and how can i realize it?
appreciate your answers
For Script Runner, start with https://scriptrunner.adaptavist.com/4.3.1/jira/behaviours-overview.html
although I think https://scriptrunner.adaptavist.com/4.3.1/jira/recipes/behaviours/select-list-other.html#_make_a_field_writable_only_if_a_certain_value_is_set_in_another_field is probably closer to what you might be aiming for
Hi @Celik Vedat,
You can perform field-dependent calculations using the Power Scripts add-on.
We've actually put together a related, quick video tutorial that walks through all the steps you need to take to set this up. And we've also included the sample code we used, so you can just copy and paste it to test for yourself.
Hope this helps!
Johnson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We dont use power script in our enterprise, do you maybe have some examples for script runner?
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.