I have setup a rule where some steps shall be executed if the following condition is true
{{customfield_10075.isAfter{{issue.created}}
I can change After with Before and in both cases the steps will be executed.
Why?
Hi,
Could you show us how the rule was setup?
Would something like this work in your case? You can substiture "less than" with "greater than":
try to double check the syntax, isAfter(..) is a function and its argument should be in brackets (..), not in curly brackets {..}.
{{now.isAfter(issue.created)}}
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.