Good afternoon friends. I'm trying to work with dates inside Jira. I need to create an automation where tickets created on weekends (Saturday and Sunday) are assigned to specific people.
Basically my automation was like this;
Step 1 - When: Item created
Step 2 - if: Item corresponding to JQL
"Request type" not in
(follows all my request types that don't fit the rule)
Step 3 - If: correspondence
{{issue.created.format("dd/MM/yyyy")}}
contains regular expression {{now}}
Step 4 - Then: Assign the item to
Member of the user list
But tickets are dropping as unassigned. Is something wrong with what I'm doing?
I am unclear how your conditions would find issues created on weekends. You could try this instead with an advanced compare condition:
Best regards,
Bill
Perfect my friend. Thanks a lot for the help. I will build the rule based on what you showed me.
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.