Hi All,
I have created the following automation to auto-assign the tickets, and the JQL queries are validating, but the rule automation log shows- no action performed- The issue did not match the JQL condition. Please advise.
Issue is created>>if createdDate > startOfDay("+0h") AND createdDate < endOfDay("-15h")>>assign the ticket to X agent>>if createdDate > startOfDay("+9h") AND createdDate < endOfDay("-13h")>> Assign the ticket based on work load>>if createdDate > startOfDay("+11h") AND createdDate < endOfDay("+0h")>>Assign the ticket Y agent.
Thanks