Try without closed
This commit is contained in:
parent
018a387e54
commit
dd42127e16
@ -20,8 +20,7 @@
|
|||||||
// Prepare the request
|
// Prepare the request
|
||||||
$rawData = array(
|
$rawData = array(
|
||||||
'body' => $body,
|
'body' => $body,
|
||||||
'title' => $subject,
|
'title' => $subject
|
||||||
'closed' => 'false'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$issueData = json_encode($rawData);
|
$issueData = json_encode($rawData);
|
||||||
|
Reference in New Issue
Block a user