Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Import project from JIRA-5.2.11 to JIRA-5.2.11+Greenhopper-6.2 (or enable Greenhopper on it)

Andrej Kvasnica
May 5, 2013

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?

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Alex Koxaras -Relational-
Community Champion
November 20, 2022

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!

aviv_eldad
Contributor
November 21, 2022

Thank you, I will try that!

TAGS
AUG Leaders

Atlassian Community Events