-
Bug
-
Resolution: Timed out
-
Low
-
None
-
None
-
Severity 3 - Minor
-
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
There are many logic variations to displaying an issue constant's icon.
Such variations include:
- Checking if the image link is relative by checking if it starts with http:// and https:// and some just checks http://
- Some include the alt attribute
- Some include the title attribute with both name and description of the issue constant, some just has its name or none.
There is a velocity macro #macro(displayConstantIcon $constant) in plugins/jira which displays any issue constants icon.
All issue constant icons should use this macro to display the icon. (the macro will need to be updated after standardising the above variations)
- is incorporated by
-
JRASERVER-11665 Improve Issue Constants view code
- Closed
- relates to
-
JRACLOUD-11666 Display issue constant icons consistantly
-
- Closed
-
-
JRASERVER-11668 Issue constant icon is not displayed on the 'add subtask blocking workflow condition'
-
- Closed
-