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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.