diff options
| -rw-r--r-- | src/main.lisp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/main.lisp b/src/main.lisp index 0c78c99..d15ab6e 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -57,7 +57,7 @@  (defun fetch-issues (endpoint jql start-at &key basic-auth-token)    (jzon:parse -    (dex:post (format nil "https://~A/rest/api/3/search" endpoint) +    (dex:post (format nil "https://~A/rest/api/2/search" endpoint)                :content                (jzon:stringify                  `((:jql . ,jql) | 
