Where are "Email Requests" for projects stored in the Servicedesk DB?

Liam Averion October 17, 2019

During a restore to our test/dev servers, I need to be able to automatically delete all incoming mail servers. Where in the database are "Email Requests" stored for each project in Service Desk? 

1 answer

0 votes
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2019

What may be easier is to just disable email on startup.

 

If you add these flags to your start script in non prod it will disable email

-Datlassian.mail.senddisabled=true -Datlassian.mail.fetchdisabled=true -Djira.trackback.senddisabled=true

 

See https://confluence.atlassian.com/adminjiraserver0713/setting-properties-and-options-on-startup-964984126.html for more details

Suggest an answer

Log in or Sign up to answer