aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.lisp')
-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)))