Issue Details (XML | Word | Printable)

Key: TMCT-21
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Matt Doar
Reporter: Matt Doar
Votes: 1
Watchers: 1
Operations

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

Add support for filters with text queries

Created: 13/Jun/07 11:59 AM   Updated: 09/Sep/08 09:57 AM
Component/s: None
Affects Version/s: 3.8
Fix Version/s: None

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Labels:

Sub-Tasks  All   Open   

 Description  « Hide
This originally came up with a scenario of tracing the status changes of a single issue. To create a query, I added text to the issue and searched on it.

Query: "SCRATCH-12" in Summary, Description or Comments Fields

Message: The query field name "MultipleFieldSingleValueLuceneParameter" is either not implemented, or is related to time and so is not supported.

If you want to file an issue, please add the configuration settings for this timechart report, the Summary of the filter used as shown on the left-hand side of FIND ISSUES, View and Hide for the filter, and the following stack trace.

com.packetmotion.jira.plugin.report.timecharts.FieldNames.convertBtoId(FieldNames.java:208) com.packetmotion.jira.plugin.report.timecharts.TimeChart.getRequestFields(TimeChart.java:494) com.packetmotion.jira.plugin.report.timecharts.TimeChart.getLiveResults(TimeChart.java:198) com.packetmotion.jira.plugin.report.timecharts.TimeChart.getResults(TimeChart.java:111) com.packetmotion.jira.plugin.report.timecharts.TimeChartReport.common(TimeChartReport.java:171) com.packetmotion.jira.plugin.report.timecharts.TimeChartReport.generateReportHtml(TimeChartReport.java:58) com.atlassian.jira.web.action.browser.ConfigureReport.doExecute(ConfigureReport.java:96) webwork.action.ActionSupport.execute(ActionSupport.java:153) com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:54) webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:132) com.atlassian.jira.web.dispatcher.JiraServletDispatcher.service(JiraServletDispatcher.java:209) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) com.atlassian.jira.web.filters.AccessLogFilter.doFilter(AccessLogFilter.java:51) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Eugene Gavrilov added a comment - 09/Sep/08 09:56 AM - edited
Although this is an "Improvement" this stacktrace is very confusing for user and looks like a bug.
Proper exception handling should not be a big deal.