diff options
-rw-r--r-- | src/main.lisp | 8 |
1 files changed, 7 insertions, 1 deletions
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 |