-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
Hi!
At the moment, we observed at the moment,
we can't manage ajax timeout for Jira Service Desk portal.
Because customer portal used for our customers many times, but sometimes our customers see a error.
JS in announcement banner does not work for service portal,
AJS.$.ajaxSetup()['timeout']
from that KB.
https://confluence.atlassian.com/jirakb/how-to-change-the-default-ajax-timeout-in-jira-server-824345485.html
Could you, please, share a some property to adjust ajax timeout across all Jira products?
Cheers,
Gonchik Tsymzhitov
- links to
Form Name |
---|
Can somebody confirm if this is working:
Changing generell Ajax Timeouts - default 30 sec
Path of file:
.../atlassian-jira/includes/setup
File:
Setup-init.js
Parameter:
Originel:
// 30 second timeout on all requests by default.
AJS.$.ajaxSetup({ timeout: 30000 });
After Change:
// 30 second timeout on all requests by default.
//Parameter alligned due to issue from 30 sec to 120 sec
AJS.$.ajaxSetup({ timeout: 120000 });