Hi. I am currently using Code Runner to write a PHP Script.
This script retrieves data using the REST API and tries to create or update issues with it.
I've noticed that if the script takes longer than 60 seconds to work, there will be a TIMEOUT. I've tried to change execution time settings from PHP's end but is not working. I am curious if there is a setting in Jira that locks this TIMEOUT limit to 60 seconds and if it is possible to change.
Thank you.
You're making a REST call, timeout is handled by the client (your PHP script).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.