php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 1 additions and 2 deletions
Showing only changes of commit dd42127e16 - Show all commits

View File

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