I'm working in a automation rule and I need to set the due date 3 months after the creation date of the ticket.
For example if the ticket was created 1 January, the due date would be 1 April.
How can I set that with smart values?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please share a screenshot of your rule's audit log?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It appears like success but the value is empty or not shown
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... I've tested in my environment and it works. Can you please share a screenshot of the full rule? The log shows that a branch is involved. It would help to see the full context of what you're trying to accomplish.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This rule is aimed to creates a task the first working day every 3 months with summary, description and due date and transion it to In Progress status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh - Thanks for the added context. I understand the issue now. With the trigger being a schedule, there is no "Created" yet. That's only going to happen AFTER the create issue action hence the blank due date. Based upon this, you want to use this smart value instead:
{{now.plusMonths(3)}}
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.
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.