I have a fast-track transition set up with a condition that when my custom field (single select) for 'Demo Required' is set to 'No' it will bypass a few steps in the workflow. I tested this condition in the condition tester and it says it is fine but in the workflow it never worked properly and I found errors in the logs. I have other workflows with the same types of conditions that work, it just seems to be this one workflow.
Here is the condition: cfValues['Demo Required'].getValue() == 'No'
Here is the errors:
secure/CommentAssignIssue.jspa [groovy.canned.utils.ConditionUtils] javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: getValue for class: com.atlassian.jira.issue.customfields.option.LazyLoadedOption
/secure/CommentAssignIssue.jspa [groovy.canned.utils.WorkflowUtils] Errors: {}
/secure/CommentAssignIssue.jspa [groovy.canned.utils.WorkflowUtils] Not attmpting transition
> Is it possible that this is a product of the migration from 5.0 to 6.0?
I can't see how that would be possible...
> before attempting the upgrade
Additionally, I looked at the release notes for Script Runner 2.1.10 - 2.1.16 but I did not see anything specific that would address this but since it is your product I wanted to get your opinion on if I should try upgrading first or would it be better to troubleshoot this and fix on 2.1.9 first before attempting the upgrade
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I took a look and it is exactly as I have it (2 equals signs). The only difference between this workflow and the ones that work with similar conditions is that this one is much older. I believe it was created on JIRA version 5.0 and the rest were built on 6.0. Is it possible that this is a product of the migration from 5.0 to 6.0?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you sure the condition is exactly like what you have put, and not one equals sign?
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.
What type of field is Demo Required?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Forgot to mention this is Jira v6.0.5 and Script Runner version 2.1.9
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.