Hi there, i'm using latest version of jira.el from MELPA. we have a on-premise instance of jira (v9.17) and i have the following set in my ~/.emacs/init.el:
(setq jira-username "username"
jira-base-url "https://jira.company.net"
jira-token "foobar"
jira-token-is-personal-access-token t
jira-api-version 2
jira-debug t)
I get the following error after running M-x jira-issues:
[Jira API Status Code]: Unknown
[Jira API Response Headers]: No headers
[Jira API Response Body]: No response body
[Jira API Call]: GET field (URL: https://jira.company.net)
[Jira API Call]: Authorization Bearer foobar
[error] request--callback: peculiar error
[Jira API Error]: (error . exited abnormally with code 60
any help is appreciated, thanks a lot. :-)
Hi there, i'm using latest version of jira.el from MELPA. we have a on-premise instance of jira (v9.17) and i have the following set in my
~/.emacs/init.el:I get the following error after running
M-x jira-issues:any help is appreciated, thanks a lot. :-)