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

Permission error when fetching icon #32

Closed jcoatelen-ledger closed 1 year ago

jcoatelen-ledger commented 1 year ago

Hi

The rendering of issue tags fails to fetch icons after a fresh setup of the plugin in Obsidian:

The set up:

What happens: The issue tag is generated successfully (summary, link and status are okay) except for the icon (not loaded, replacement text appears vertically). The network logs shows 403 errors on GET [...]/rest/api/2/universal_avatar/view/type/issuetype/avatar/10669?size=medium . When I copy the query as Curl and try myself I have the following response

{"errorMessages":["You do not have permission to view the avatar."],"errors":{}}

Can you please help me to solve this? I need to deactivate the plugin until it's fixed.

jcoatelen-ledger commented 1 year ago

Problem not reproducible on latest version, I close the issue