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.
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.