jira-api-restclient
jira-api-restclient copied to clipboard
php JIRA REST API
- added "deleteIssue" function - changed "CurlClient" to support DELETE request
Since this utilizes NULL for the default, it should not create any BC breaks. Also, the underlying HTTP transmission code utilizes "http_build_query()" from PHP, and in this function array entries...
Ended up doing this for another project I was working on last year - just needed a method to get comments for an issue. I might have just overlooked it...
Hey there! Is there an example to help create an issue? I saw the edit issue example, but no create example. Thanks
Set a proxy to use for the request
Travis CI changed default Ubuntu image used in builds couple of times now. The `.travis.yml` needs to be updated to compensate for the fact, that older PHP versions are no...
How can I retrieve the expandedInformation per issue (e.g. changelog) via `$walker->push($some _jql);` Thanks in advance for a hint.
What's up with the phpunit setup on travis? What is the purpose of such setup? ```yaml install: - if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then composer require "phpunit/phpunit:^4.8" --dev; fi;...
The `Api::createRemotelink` method (added in 2.0.0) have following problems: * [ ] it's name violates camelCase naming rules, where each word (except 1st one) in method name must be capitalized...
Any plans to access dashboard through this API wrapper?