marc0l92 / joplin-plugin-jira-issue

Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes.
MIT License
27 stars 9 forks source link

allow a bearer token to be used and update version #14

Closed monotok closed 2 years ago

monotok commented 2 years ago

i am not a nodejs developer so not sure what else would need to be done. I thought about putting a checkbox to select which type of authentication to use however you had an if to check for the username, so I used that. If you don't input a username then it assumes you are using a bearer token.

works against my company jira which disabled basic auth.

marc0l92 commented 2 years ago

Thanks for your contribution