Comparing staabm:main...lesstif:main · staabm/php-JiraCloud-RESTAPI
Commits on Dec 28, 2025
-
Share DNS and Connect between curl requests (lesstif#117)
* Share DNS and Connect between curl requests reduces overhead when doing multiple curl requests per php-request. other places which manually invoke `curl_init` can benefit in a similar way by adding such code. `curl_multi_*` will automatically share caches between requests, without the need for additional code. * fix * cs * fix type --------- Co-authored-by: Markus Staab <47448731+clxmstaab@users.noreply.github.com>
-
Fix issue with wrong field name timeTracking (lesstif#116)
Wrong name leads to error when creating issues with the client, setting timeTracking property. Error Message : {"errorMessages":[],"errors":{"timetTracking":"Field 'timetTracking' cannot be set. It is not on the appropriate screen, or unknown."}}