Hi!
I'm using JIRA 6.3.5
I'm trying to use formula, that will give me something like this:
if issue.get("customfield_10303") = 1
return "one"
if issue.get("customfield_10303") = 2
return "two"
I tryed lot of formulas, but they does not works!(( Please help me...
P.S. customfield_10303 is a "number only" field