I have a rule:
I need to get all issues, where customfield_10600 not empty (it's a number string)
then in every issue I need to change this customfield, minus 1. So if it were 2, it become 1 etc...
My rule works good, except {{issue.customfield10600}}, it returns - NULL. So after my rule stop, all customfield in relevant issues changed value to -1.
What did I wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.