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

- added "deleteIssue" function - changed "CurlClient" to support DELETE request

type-feature
state-pending-changes

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

type-feature
state-pending-changes

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

type-feature
state-pending-changes

Hey there! Is there an example to help create an issue? I saw the edit issue example, but no create example. Thanks

type-docs

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

type-bug

Any plans to access dashboard through this API wrapper?