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?
Hi @aviv_eldad
You can add a validator (Scripted (Groovy) Validator) on your workflow and enter a similar groovy script:
issue.parentObject.get("customfield_16950") == "Value 2"
I used the above with JMWE where customfield_16950 is your single select field and the "Value 2" is the value you want to check it against. If the above expression is true, only then the workflow can proceed.
Place the above validator on the create screen of your subtask's workflow. Let me know if that works out for you!
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.