From f369cb65bf2ed246d76cdbac716ec3a36e48c2c5 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Mon, 19 Sep 2022 20:00:41 +0100 Subject: [PATCH] Updated report-issue/index.php based on the CLI tests --- report-issue/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);