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

Can't connect to jira cloud #16

Closed EnriqueRS closed 2 years ago

EnriqueRS commented 2 years ago

HI! I can't use the plugin because my company uses jira cloud. The url is of the following type: namecompany.atlassian.net/jira

Is there any way to use the plugin?

Thanks!

kristanner2015 commented 2 years ago

You'll need an API token. You should be able to generate one in your JIRA/Atlassian profile. I have it working on a .atlassian.net url scheme, but I had to put my corporate email in the "username" field and the API token value in the password field. I'm using v. 2.3.0 of the plugin.

EnriqueRS commented 2 years ago

image image This is my configuration, in password field is the JIRA/Atlassian token

And that is the result image image

EnriqueRS commented 2 years ago

Ok, I have solved the problem by deleting 'jira' from the url, leaving it like this: https://companyname.atlassian.net/

Thanks!