You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The Status section of both table and in-line issue renderings does not use any color other than "is-light".
To Reproduce
Steps to reproduce the behavior:
Install jira-issue
Render an issue
Expected behavior
A clear and concise description of what you expected to happen.
Issue statuses should render with different colors using "is-info", "is-warning", "is-success", and "is-danger."
Screenshots
If applicable, add screenshots to help explain your problem.
Plugin version and platform
Version: x.x.x
Obsidian Windows
Obsidian Mac
Obsidian Linux
Obsidian Android
Obsidian iOS
The text was updated successfully, but these errors were encountered:
With only a surface level investigation, the issue.fields.status.statusCategory.colorName selector in renderingCommon.ts:109 does not appear to be set anywhere else in the project. It does appear that a function updateStatusColorCache is designed to do this, as a different field, response.statusCagetory.colorName is set here, however this function is not called anywhere in the project.
I would suggest adding functionality to read in the statusCategory.name and parse it if colorName is not set, so that a default of a helpful color is used instead of a plain one.
Hi,
I am not sure if this is the same issue but my jira projects use custom german status like "Offen", "In Arbeit" and "Geschlossen". It would be great if I could define an Array of Status Texts that lead to the "is-success" colour.
I am trying to use the plugin to get an overview of dependencies and next steps. Without the green it will be hard to read:
Describe the bug
A clear and concise description of what the bug is.
The
Status
section of both table and in-line issue renderings does not use any color other than "is-light".To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Issue statuses should render with different colors using "is-info", "is-warning", "is-success", and "is-danger."
Screenshots
If applicable, add screenshots to help explain your problem.
Plugin version and platform
The text was updated successfully, but these errors were encountered: