New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
In 3.5.1 I accidentally introduced a bug that causes the Priority Icon in the View issue screen to not appear.
This is aresult of the getEntityName() != null test added in priority.jsp.
This should infact be entityName != null (I think).
Description
In 3.5.1 I accidentally introduced a bug that causes the Priority Icon in the View issue screen to not appear.
This is aresult of the getEntityName() != null test added in priority.jsp.
This should infact be entityName != null (I think).