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 f369cb65bf - Show all commits

View File

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