marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
225 stars 35 forks source link

v1.29.0 can't fetch any data #34

Closed QuAzI closed 1 year ago

QuAzI commented 1 year ago

Doesn't matter Basic Auth or Cloud Token used tests passed image

But everything failed image

Logs image

But if I open this link in browser everything is fine

marc0l92 commented 1 year ago

Duplicate of #31 Fixed in 1.30.0

QuAzI commented 1 year ago

Now even tests for both auth schemes failed

QuAzI commented 1 year ago

Bearer token passed. But Basic Auth not

marc0l92 commented 1 year ago

are you able to give me more information?

QuAzI commented 1 year ago

JetBrains integration works out of the box and saved

<option name="apiType" value="REST_2_0" />
<option name="jiraVersion" value="8.14.1" />

REST_2_0 is the reason why I set "apiBasePath": "/rest/api/2" instead of "apiBasePath": "/rest/api/latest" in .obsidian\plugins\obsidian-jira-issue\data.json

not sure which additional data I can find to give

QuAzI commented 1 year ago

Looks like now my account requires captcha in case of Basic Auth. All ok