Skip to content

Add an example of issue creation#44

Open
t-keller wants to merge 7 commits into
console-helpers:masterfrom
t-keller:master
Open

Add an example of issue creation#44
t-keller wants to merge 7 commits into
console-helpers:masterfrom
t-keller:master

Conversation

@t-keller

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

Copy link
Copy Markdown

Closes #24

if ($method == "POST") {
curl_setopt($curl, CURLOPT_POST, 1);
if ($isFile) {
curl_setopt($curl, CURLOPT_SAFE_UPLOAD, false);

Copy link
Copy Markdown
Member

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

Comment thread README.md
@@ -1,40 +1,10 @@
# Jira Api Rest Client
# Jira Api Rest Client (Forked)

Copy link
Copy Markdown
Member

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

aik099 commented May 22, 2016

Copy link
Copy Markdown
Member

Please rebase and solve conflicts.

@aik099 aik099 added this to the v2.0.1 milestone Jan 4, 2025
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