Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an example of issue creation #44

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add an example of issue creation #44

wants to merge 7 commits into from

Conversation

t-keller
Copy link

@t-keller t-keller commented May 18, 2015

Closes #24

@@ -78,6 +78,7 @@ public function sendRequest($method, $url, $data = array(), $endpoint, Authentic
if ($method == "POST") {
curl_setopt($curl, CURLOPT_POST, 1);
if ($isFile) {
curl_setopt($curl, CURLOPT_SAFE_UPLOAD, false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would result in an error prior PHP 5.5, where this option was added. Please remove from this PR.

This was fixed in #52 .

@jpastoor
Copy link
Collaborator

PR contains commits that should be no part of this, like changing the composer file and such. Feel free to resubmit with only the example commit.

@@ -1,40 +1,10 @@
# Jira Api Rest Client
# Jira Api Rest Client (Forked)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert changes to this file.

@aik099
Copy link
Collaborator

aik099 commented May 22, 2016

Please rebase and solve conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example to CREATE an issue
3 participants