Hello,
I've got project in JIRA-5.2.11 and I want to start using Greenhopper with that project data. Thus I need to enable Greenhopper on that project OR import project as Greenhopper enabled project.
Is it even possible to do so?
Hello, is there any update on this issue?
I see the same double "None" options issue in select list, when I add "None" option manually in ScriptRunner v. 8.33.
In my case select list is a TextField converted to SingleSelect in ScriptRunner Behaviours:
def customField = getFieldById("customfield_123");
customField
.convertToSingleSelect([css: "max-width: 500px; width: 500px; white-space: pre-wrap;"])
.setFieldOptions(["":"None", "option1":"Option 1"]);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.