Header row for subtasks in issue view

Jaan Raamets July 24, 2011

We would like to show header row for sub-tasks in issue view and are using http://forums.atlassian.com/thread.jspa?threadID=27500 provided solution. It looks like in JIRA 4.3.3 it works ok, but creates spam in logs like:

2011-06-21 09:15:33,826 http-8080-3 WARN user 555x264198x1 165siyn 193.40.5.11,193.40.5.74 /browse/XYZ-4916 [velocity] org.apache.velocity.runtime.exception
.ReferenceException: reference : template = templates/jira/issue/table/issuetable-header.vm [line 55,column 52] : ${field.id} is not a valid reference.
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:277)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)

So is there a way to get rid of this spam or any other way to show header row?

2 answers

0 votes
Markus Lepper
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 26, 2011

Hi Jaan,

we as well us "layout.setDisplayHeader(true);" and have the logs polluted. Unfortunately no option to get rid of the errors..investigation ongoing.

BR, Markus

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 24, 2011

I think you need not do that for showing the sub-tasks bar in the parent issue.

The below content is from http://confluence.atlassian.com/display/JIRA03x/Subtask+creation+form+enhancements

This is done by editing <tt>jira-application.properties</tt>, and setting the following property to <tt>true</tt>:

# Should we show the form for creating subtasks in the parent issue even when there are no subtasks yet?
jira.view.issue.show.quicksubtask.when.no.subtasks=true
Jaan Raamets July 25, 2011

This parameter adds subtask create form only, not the header row for subtasks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events