Hello,
i am trying to use this script, but it does not work. can you help me please? I am not an expert in jira.
I want to hide a textfield (other) when in the cascading-select list (select) a specific value is set.
FormField select = getFieldById("customfield_11400:1")
FormField other = getFieldById("customfield_11402")
if (select.getFormValue() == '11211') {
other.setHidden(true)
} else {
other.setHidden(false)
}
Jira 6.0.8
Best regards
I think you have a misstake in the customfield.
FormField select = getFieldById("customfield_11400:1")
I guess it should look like this:
FormField select = getFieldById("customfield_11401")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess I'm not the dumbest
I know that this plugin is compatible but absolutely does not work. I get no feedback from the developers, I wonder why they developed a free plugin and this does not work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Error Log
2014-04-09 11:26:37,434 http-bio-8080-exec-17 WARN admin 686x8590x1 96ob8i IPADRESS /secure/QuickCreateIssue!default.jspa [issue.customfields.impl.CascadingSelectCFType] Object passed 'null' is not an Option but is null
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.