Hi
I am using window 7 32Bit for JIRA. After installation and everything set up once I just off my laptop and try to run again JIRA it says JIRA start up failed, JIRA has been locked.
How do I eradicate this problem ?
Getting these errors with Script Runner:
avax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script10.groovy: 8: unable to resolve class CustomFieldManager
@ line 8, column 20.
CustomFieldManager customFieldManager = ComponentAccessor.getCustomFieldManager();
^
Script10.groovy: 11: unable to resolve class CustomField
@ line 11, column 17.
CustomField epicLink = customFieldManager.getCustomFieldObjectByName('Epic Link');
^
Script10.groovy: 12: unable to resolve class Issue
@ line 12, column 11.
Issue epic = issue.getCustomFieldValue(epicLink);
^
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.