Hi Chris,
I have found that Sam's instruction on Confluence was very helpful but I had to add a little bit more to make it work. The following is the modified instruction that I followed. Also, I have attached files at http://forums.atlassian.com/thread.jspa?messageID=257231490� .
1. Edit $JIRA_HOME\atlassian-jira\includes\panels\browser\openissues.jsp
Add the following code before the breakdown by priority:
-----------------------------------------------------------------------------
<%-- Breakdown by Issue Type --%>
<b><webwork:text name=" By Issue Type " /></b><br>
<table cellpadding=2 cellspacing=0 border=0 width=90% align=center>
<webwork:property value="@StatAccessor/allFilterBy('issuetype')">
<webwork:iterator value="./keySet">
<tr>
<td valign=top width="1%">
<a href="<%= request.getContextPath() %>/secure/IssueNavigator.jspa?reset=true&pid=<webwork:property value="../.." />&type=<webwork:url value="./string('id')" />&resolution=-1">
<webwork:component name="
{./string('name')}
" template="constanticon.jsp">
<webwork:param name="'contextPath'"><%= request.getContextPath() %></webwork:param>
<webwork:param name="'iconurl'" value="./string('iconurl')" />
<webwork:param name="'title'"><webwork:property value="./string('name')" escape="false"/></webwork:param>
</webwork:component>
</a>
</td>
<td valign=top>
<a href="<%= request.getContextPath() %>/secure/IssueNavigator.jspa?reset=true&pid=<webwork:property value="../.." />&type=<webwork:url value="./string('id')" />&resolution=-1"><webwork:property value="/nameTranslation(.)" /></a>
</td>
<td align="right">
<webwork:property value="../(.)"/>
</td>
<td width="60%">
<ui:component name="''" template="histogram.jsp">
<ui:param name="'percentage'" value="percentage(.)" />
<ui:param name="'title'" value="./string('name')" />
</ui:component>
</td>
</tr>
</webwork:iterator>
</webwork:property>
</table>
------------------------------------------------------------------------------
Also add, <p> and </p> in the breakdown by priority. This is for better presentation since it will put proper space around the priority stat list.
Beiginning of the breakdown by priority:
<%-- Do not show the "open by priority" stats if the priority field is hidden for all issues --%>
<webwork:if test="@fieldVisibility/fieldHiddenInAllSchemes(., 'priority') == false">
<p>
<b><webwork:text name="'common.concepts.bypriority'" /></b><br>
Ending of the breakdown by priority:
</table>
</p>
</webwork:if>
NOTE) There is no need to check if Issue Type field is hidden, because the field is required by default. The configuration scheme does not support hiding Issue Type field.
2. Restart JIRA
Regards,
Estelle
Thanks for taking the time to raise this issue.
Due to the large volume of JIRA feature suggestions, we have to prioritise our development efforts. In part, that means concentrating on those issues that resonate the most with our users.
I am writing this note to advise you, that we have decided to close your Suggestion as it has not gained traction on jira.atlassian.com. We believe being upfront and direct with you will assist you in your decision making rather than believing Atlassian will eventually address this issue.
Thank you again for your suggestion and if you have any concerns or question, please don’t hesitate to email me.
Kind Regards,
Kerrod Williams
JIRA Product Management
kerrod.williams at atlassian dot com