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

The "Walker::setDelegate" needs to throw "InvalidArgumentException" when invalid argument is passed instead of throwing general exception class instance.

The `Jira_Walker` class name is used in exception message of `Walker::valid` method. Since exception was created class was renamed into `chobie\Jira\Issues\Walker`. Proposing to update exception message.

Right now `Walker` class only supports very basic callbacks where function name is given. Proposing to use `call_user_func` function in the `Walker::current` method to solve this problem.

Right now code coverage is very low. Need to add more tests to fix it.

The `current` property of `Walker` property isn't used anywhere in the class and can be safely removed.

The permission system for user accounts is far less flexible, than for organizations on the GitHub. This for example prevents giving full access (include adding web hooks permissions) to a...

type-question

## Problem Right now the `chobie\Jira\Issue` class using field titles, when accessing fields in getter methods. This would end up badly, when field titles are changed on a JIRA installation...

currently its hard to depend on your Library in `@stable` Composer Dependencies. So it would be cool if you could a `2.0.0`

When attempting to act on non-existing issue the HTTP 404 code is returned, but `CurlClient` doesn't consider this as an error and doesn't throw an exception.