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.
Issue Details (XML | Word | Printable)

Key: JRA-5724
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Brian Nguyen
Reporter: Jeff Turner [Atlassian]
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JIRA

Links in statistics portlets broken: untranslated ${urlPrefix} in URL

Created: 21/Jan/05 01:35 AM   Updated: 25/Feb/08 05:01 PM
Component/s: Dashboard
Affects Version/s: 3.0.3
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Participants: Brian Nguyen and Jeff Turner [Atlassian]
Since last comment: 3 years, 31 weeks, 1 day ago
Resolution Date: 30/Jan/05 10:12 PM
Labels:


 Description  « Hide
To replicate:
  • Search for issues whose reporter is in group jira-developers (or any other group)
  • save this search
  • Create a filter statistics portlet
  • Select the saved search, and choose 'assignee'.

On the dashboard, the links will look like:

http://localhost:8090/jira/secure/$%7BurlPrefix%7D&assigneeSelect=specificuser&assignee=test



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 21/Jan/05 01:37 AM
I think the problems described in JRA-5364 are the same as that in JRA-5724.

Jeff Turner [Atlassian] added a comment - 24/Jan/05 09:53 PM
This is probably also the cause of stacktraces like the following (from 3.0.3):

2005-01-20 12:57:09,477 WARN [velocity] org.apache.velocity.runtime.exception.ReferenceException: reference : template =
templates/plugins/jira/portlets/statsbody.vm [line 1,column 1] : ${urlPrefix} is not a valid reference.
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:277)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
at org.apache.velocity.runtime.parser.node.ASTStringLiteral.value(ASTStringLiteral.java:145)
at org.apache.velocity.runtime.directive.VMProxyArg.getObject(VMProxyArg.java:294)
at org.apache.velocity.context.VMContext.get(VMContext.java:181)
at org.apache.velocity.runtime.parser.node.ASTReference.getVariableValue(ASTReference.java:623)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:151)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:220)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:70)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.parser.node.ASTElseIfStatement.render(ASTElseIfStatement.java:78)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:89)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:172)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:114)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:70)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:166)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:114)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
at org.apache.velocity.runtime.directive.Parse.render(Parse.java:181)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:114)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:70)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
at org.apache.velocity.Template.merge(Template.java:256)
at org.apache.velocity.app.VelocityEngine.mergeTemplate(VelocityEngine.java:450)
at com.atlassian.velocity.DefaultVelocityManager.getEncodedBody(DefaultVelocityManager.java:97)
at com.atlassian.velocity.DefaultVelocityManager.getEncodedBody(DefaultVelocityManager.java:77)
at com.atlassian.jira.plugin.JiraResourcedModuleDescriptor.getHtml(JiraResourcedModuleDescriptor.java:79)
at com.atlassian.jira.portal.PortletImpl.getViewHtml(PortletImpl.java:47)
at org.apache.jsp.dashboard_jsp._jspService(dashboard_jsp.java:1035)