-
Type:
Suggestion
-
Resolution: Obsolete
-
Component/s: Email - Incoming
-
5
NOTE: This suggestion is for JIRA Service Desk Cloud. Using JIRA Service Desk Server? See the corresponding suggestion.
Currently the duration at which the mail is checked appears to be defaulted to 1 minute. In certain use cases this can cause mail servers to rate limit or block connections. Please provide the ability to set that polling period.
Workaround
There are two ways to work around this:
Firstly you could work with the mail server to white-list connections from the JIRA server so that they are not rate limited.
Unsupported: It's possible to edit the interval by manually editing the database (Versions < 2.3 only)
- Stop JIRA
- Edit the entry in the serviceconfig table which corresponds to your service desk's mail handler
- An example query to set 10 seconds delay on the entry with id 10200 (ensure you find the correct ID to use yourself, and calculate the delaytime you want):
update serviceconfig set delaytime = 600000 where id = 10200;
- Start JIRA
- is related to
-
JSDSERVER-996 As an admin I want to be able to specify certain mail features such as the polling period in the Email Channel
- Closed