jira-api-restclient
jira-api-restclient copied to clipboard
php JIRA REST API
Minor code style fixes done with help of [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer).
In my opinion automapping is a bad idea because the array returned from the api is keyed by fixed keys, for example "resolutiondate". In english the key is then automapped/changed...
… URL
Adding support for specification of API endpoint URL query string parameters when editing an issue. Useful when, for example, you wish to prevent users from being notified of the update...
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...
Recent changes in Atlassian broke jira-api-restclient. 1. avatarId is now returned in issueTypes (jira-api-restclient threw Exception upon unrecognised key.) 2. Accidentally using http://*.atlassian.net instead of https:// will redirect and use...