i Have jira cloud installed at my end . i have a requirement where i have two select list custom field "Initiative Type" and "Non-financial initiative type" , so on the basis of value selected in Initiative type, the field non-financial initiative type shouldhide or show it values. we have scriptrunner installed on JIRA cloud, but we dont know how to configure this as behaviour is not part of scriptrunner on jira cloud.
Any help would be highly appreciated.
You are trying to compare a Option with a String
To fix that you have to use value.toString() or value.getValue() to convert the Option into String in your if-else statement.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.