JIRA 4.3 : How to Activate Header Row for Subtask List in Issue Detail View
This page last changed on Aug 30, 2010 by jcostello.
Deploying Velocity Templates without a RestartIn a development instance, you can play with picking up velocity file changes without a restart.
Some times it is nice to display the header row when viewing a list of sub-tasks in the Issue Detail view. There was a post about this in our forum community: http://forums.atlassian.com/thread.jspa?threadID=27500. In order to accomplish this, it is necessary to modify <install directory>/atlassian-jira/includes/panels/issue/view_subtaskissues.jsp. Then implement the following method. setDisplayHeader as follows: layout.setDisplayHeader(true); Restart JIRA for the change to take effect. |
![]() |
Document generated by Confluence on Mar 27, 2011 18:50 |