We use Jira Service Desk Cloud and Automation for Jira. To date we haven't had much in the way of automation for the service desk side of our instance, only our internal Jira. With that we want to do the following and I have been unable to make this successfully work.
I have all of the comment wording already outlined and can handle that part, but getting the JQL and automation logic correct is proving to be a challenge.
Here's what I have so far.
JQL: project in ("Test1","Test2") AND status = "Awaiting Customer Approval" AND updated < -3d
When I execute this job, it resets the last updated so I think if I keep running it, it will keep adding the same comment. I want to add a different comment on day 5 and then yet another differently worded comment on day 7 and auto close. Your help is much appreciated!
yep you can't use last updated for that reason. The way I handle this is with an SLA. I just responded to another very similar thread yesterday. I use standard Automation for this. Here is how....
SLA...
Now I'm sure you can use Project Automation (A4J) w/o an SLA. I would consider recording the date the issue transitions into a custom date field and leverage that custom field to measure against and run the rule daily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.