Alex
Alex
I recently saw, that repo collaborators (e.g. me) can add new commits to PR branch (e.g. branch in your repo fork) if PR author allows that, see: Since I'm the...
Please do this: 1. add `protected $timeout;` property to `CurlClient` class 2. add optional `$timeout = null` parameter to `CurlClient` class constructor, that will be assigned to that `$timeout` class...
@ish1301 , I saw new commit, but it does only part of requested changes. I guess more commits are coming. Anyway, when you're ready to for code review just leave...
> I can't do 2nd step, because that will force me to change ClientInterface I haven't said, that you need to change `ClientInterface`. I said, that you need to change...
> Adding new parameter sendRequest() function returns below error, because it expects sendRequest() function to be exact structure as it's in ClientInterface > > Declaration must be compatible with ClientInterface->sendRequest...
It's not possible currently. But you can use info from below to make it possible if you'd like to send a PR. According to [JIRA REST API Documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-search-post) this can...
The solution is provided in the #38.
No specific plans unless somebody sends a PR. It’s better to describe changes here prior to creating a PR.
@GeRiY , here is a discussion about a similar error on the Atlassian forum: https://community.atlassian.com/t5/Jira-questions/quot-Field-customfield-10012-cannot-be-set-It-is-not-on-the/qaq-p/664236 . You have to add the `Status` field to the corresponding issue editing screen in...
> What is the purpose of such setup? On Travis CI the preinstalled version of PHPUnit works well (has forward compatible namespaced PHPUnit class names). Unfortunately that's not the case...