generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission error when fetching icon #32
Comments
Problem not reproducible on latest version, I close the issue |
wbh1
added a commit
to wbh1/obsidian-jira-issue
that referenced
this issue
Aug 21, 2024
related to marc0l92#32 and marc0l92#49 This adds a per-account setting to disable fetching of icons from the specified Jira server and instead use icons provided upstream by Atlassian. It is useful in cases where you cannot fetch icons (e.g. due to permission issues), but would still like icons displayed instead of the current placeholder broken image icon.
wbh1
added a commit
to wbh1/obsidian-jira-issue
that referenced
this issue
Aug 21, 2024
related to marc0l92#32 and marc0l92#49 This adds a per-account setting to disable fetching of icons from the specified Jira server and instead use icons provided upstream by Atlassian. It is useful in cases where you cannot fetch icons (e.g. due to permission issues), but would still like icons displayed instead of the current placeholder broken image icon.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
The rendering of issue tags fails to fetch icons after a fresh setup of the plugin in Obsidian:
The set up:
.atlassian.net
)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 responseCan you please help me to solve this? I need to deactivate the plugin until it's fixed.
The text was updated successfully, but these errors were encountered: