Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.