k3muri84/generate-changelog

error

Closed this issue · 4 comments

hey @nailshakurov, can u share the full traceback?
Are u sure authentication works with auth provided? or do you have other requirements for the jira server like oauth or something else? You can also try to use basic_auth instead of auth in line 22 of the script.

hey @nailshakurov, can u share the full traceback?
Are u sure authentication works with auth provided? or do you have other requirements for the jira server like oauth or something else? You can also try to use basic_auth instead of auth in line 22 of the script.

image
Thanks for the answer, it worked like that. Thanks for the script. Good luck!

cool thx for feedback, added a link to auth modes in the user config section

ah it seems with jira 3.0.1 this is a required thing so i'm going to change the default for everyone, see also pycontribs/jira#1035