From dd42127e16990a43b29b869d1a6df7aff7554605 Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Mon, 19 Sep 2022 19:58:29 +0100 Subject: [PATCH] Try without closed --- php/submitIssue-cli-test.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php/submitIssue-cli-test.php b/php/submitIssue-cli-test.php index 418d8ea..f1f44d5 100644 --- a/php/submitIssue-cli-test.php +++ b/php/submitIssue-cli-test.php @@ -20,8 +20,7 @@ // Prepare the request $rawData = array( 'body' => $body, - 'title' => $subject, - 'closed' => 'false' + 'title' => $subject ); $issueData = json_encode($rawData);