Skip to content
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

Closed
jcoatelen-ledger opened this issue Sep 26, 2022 · 1 comment
Closed

Permission error when fetching icon #32

jcoatelen-ledger opened this issue Sep 26, 2022 · 1 comment

Comments

@jcoatelen-ledger
Copy link

Hi

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

The set up:

  • Plugin conf
    • Basic Authentication
    • Cloud JIRA server (under .atlassian.net)
    • version 1.22.0
  • Obsidian conf
    • version v0.15.9

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
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant