jira-api-restclient icon indicating copy to clipboard operation
jira-api-restclient copied to clipboard

php JIRA REST API

Results 67 jira-api-restclient issues
Sort by recently updated
recently updated
newest added
trafficstars

Minor code style fixes done with help of [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer).

state-pending-changes

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...

type-bug

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...

state-pending-changes

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

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...

state-pending-changes

Closes #24

state-pending-changes
type-docs