diff --git a/report-issue/index.php b/report-issue/index.php index bfe208d..4f25f60 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -46,8 +46,7 @@ // Prepare the request $rawData = array( 'body' => $body, - 'title' => $subject, - 'closed' => 'false' + 'title' => $subject ); $issueData = json_encode($rawData);