Ish Kumar
Results
2
issues of
Ish Kumar
Sometime JIRA server is down/moved and API takes forever to respond. So consistent timeout address this issue and fail with message that "JIRA server have timed out after 30000 mili...
state-pending-changes
I had to manually set the timeout using below options. chobie/jira-api-restclient/src/Jira/Api/Client/CurlClient.php curl_setopt($curl, CURLOPT_TIMEOUT, 30); curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);