diff options
author | Teddy Wing | 2022-05-08 02:48:09 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-08 02:48:09 +0200 |
commit | 620c2d17c9c7e0d5b1b4b725b88a29f87ae92fcf (patch) | |
tree | b9860b5db82f73a31c027ce4ba2d128558c47ccc /src | |
parent | 3da3017e57d9f9c52d246dc9eaf9298e208114ac (diff) | |
download | wajir-620c2d17c9c7e0d5b1b4b725b88a29f87ae92fcf.tar.bz2 |
watch-issue: Plan watch tasks
Diffstat (limited to 'src')
-rw-r--r-- | src/main.lisp | 2 |
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))) |