-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Bug] Unable to load icons for JIRA ticket #49
Comments
im experiencing the same issue - if its not fixable due to permissions, perhaps an alternative would be to allow users to select the shown columns for the inline issues, as is the case with the table view? more detail beyond the 302 redirect:
from this bit: https://github.com/marc0l92/obsidian-jira-issue/blob/master/src/client/jiraClient.ts#L34 i believe its related to this: https://jira.atlassian.com/browse/JRASERVER-72378 |
Indeed, I get the same issue. Having a way to hide the broken icon if it is not possible to work-around the problem would be nice. |
Hello, please update the plugin to version 1.54.0. It should hide the images that I'm not able to fetch. |
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.
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.
Describe the bug
Firstly, thanks for creating this plugin. I love it. However, I'm creating errors when loading the icon of the ticket.
I traced through developer logs. It does seem like there's a permission issue as I tried to open the link via incognito on my browser, and there's an additional layer of authentication prior to accessing the static image. Is there a workaround that I can do?
In the network logs, I'm getting status code 302, with the response "Failed to load response data: No content available because this request was redirected".
Perhaps, I can add some static icons locally? I don't really care about the icons, but it's an eye sore when viewing through my notes.
To Reproduce
Steps to reproduce the behavior:
JIRA:Ticket-123
Expected behavior
I expect the ticket to load the correct icon properly.
Screenshots
If applicable, add screenshots to help explain your problem.
Plugin version and platform
The text was updated successfully, but these errors were encountered: