Hi,
Our outlook when down for a few hours so we had about 300+ emails fail to go out and get stuck in the error queue.
Does the error queue try and resend them automatically or do we have to manually 'Resend error queue' every time? Is there a way to get the error queue to resend every couple of hours?
Thanks
You can write a small Service:
import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.mail.queue.MailQueue
MailQueue mailQueue = ComponentAccessor.getMailQueue()
mailQueue.resendErrorQueue()
Hi Patrick, is this in script runner or the normal Jira system services? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
im using ScriptRunner here.
ScriptRunner moved Services to Jobs in their latest Release: my-jira.com/plugins/servlet/scriptrunner/admin/jobs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorted! Thanks Patrick :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.