Hello @pradeepr1
The above JQL is correct. It will return all the issues that are in the status "Reply to Customer" and have not been updated in the last 5 minutes.
Thanks!
Hey @Karan Sachdev ,
thanks so much for replying back.
can i also confirm with you for the below query. is it correct? where i'm trying to run the rule by using a schedule trigger(for every 5 minutes) to run this rule. i'm looking to send an email by using schedule trigger and jql query
created >= -5m AND project = "PCR" AND issuetype = Epic AND "Enter recipients email addresses for CC[Paragraph]" IS NOT EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, this is correct. It will pull up the Epic issues created in the last 5 minutes in the PCR project (issues in which the specified email field is not empty).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks karan.
and for the first jql which i have posted (status = "Reply to Customer" AND updated <= -5m) its not sending any email when using the schedule trigger. any idea on this?
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.