diff options
author | Teddy Wing | 2022-05-08 02:48:27 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-08 02:48:27 +0200 |
commit | 3e14748a6f3aa07b72dc1c4150bf457a29dfbf1d (patch) | |
tree | 6ea0861907de331507bcf626af05aef7be210751 /src | |
parent | 620c2d17c9c7e0d5b1b4b725b88a29f87ae92fcf (diff) | |
download | wajir-3e14748a6f3aa07b72dc1c4150bf457a29dfbf1d.tar.bz2 |
fetch-issues: Fetch fields needed for email
Include the fields we need to create an email notification for
newly-created issues.
Diffstat (limited to 'src')
-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 |