Try without closed

This commit is contained in:
Fred Boniface 2022-09-19 19:58:29 +01:00
parent 018a387e54
commit dd42127e16
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@
// Prepare the request
$rawData = array(
'body' => $body,
'title' => $subject,
'closed' => 'false'
'title' => $subject
);
$issueData = json_encode($rawData);