I will make condition for Transition O (status B move to status D)
I have condition transition O true / active, if B>(x)>C>(y)>B
and Transition O False /hide if B>(x)>C>(R)>A>(I)>B
I try make condition to Transition used "Build-your-own (scripted) Condition (JMWE app)", Global Variables - Current transition,
and make :
transition.from.name == Y
and I get message error:
Evaluation failed: "transition" - identifier not available in context
Please help me, to solve it
Regards,
Tyas
Hi Tyas,
unfortunately, the transition variable is not available in the Jira expressions tester (because there is no current transition). You'll have to deploy the condition to test it, and it's clearly not easy to debug because Jira Cloud doesn't offer any Jira expression debugging tools (such as logging).
From your description, it seems that you want to disable transition O if the issue went through transition R before, is that correct? If so, I don't believe you can test that using Jira expressions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.