aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-08 02:48:09 +0200
committerTeddy Wing2022-05-08 02:48:09 +0200
commit620c2d17c9c7e0d5b1b4b725b88a29f87ae92fcf (patch)
treeb9860b5db82f73a31c027ce4ba2d128558c47ccc
parent3da3017e57d9f9c52d246dc9eaf9298e208114ac (diff)
downloadwajir-620c2d17c9c7e0d5b1b4b725b88a29f87ae92fcf.tar.bz2
watch-issue: Plan watch tasks
-rw-r--r--src/main.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp
index a3196fc..e518720 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -68,4 +68,6 @@
. ,(format nil "Basic ~A" basic-auth-token))))))
(defun watch-issue (issue)
+ ;; 1. Watch issue in Jira
+ ;; 2. Send email
(format t "Watching issue ~A~%" (gethash "key" issue)))