From 3e14748a6f3aa07b72dc1c4150bf457a29dfbf1d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 8 May 2022 02:48:27 +0200 Subject: fetch-issues: Fetch fields needed for email Include the fields we need to create an email notification for newly-created issues. --- src/main.lisp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index e518720..0c78c99 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -61,7 +61,13 @@ :content (jzon:stringify `((:jql . ,jql) - (:fields . ("id" "key" "self")) + (:fields . ("id" + "key" + "project" + "summary" + "description" + "issuetype" + "reporter")) (:|startAt| . ,start-at))) :headers `((:content-type . "application/json") (:authorization -- cgit v1.2.3