-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
Affects Version/s: 5.3 (JIRA 4.2 Compatible), 5.4
-
Component/s: Gadget
-
5.03
This bug is related to GHS-1876, although "Create a filter which involves all issues from all projects and named it as 'All Issues'" throws error is solved in GHS-1876, However while user click on To Do , In Progress and Done link will cause the below stack trace
Oops - an error has occurred
System Error
A system error has occurred.
...
Cause:
java.lang.IllegalStateException: Trying to combine JQL expressions using the 'NOT' operator. The current JQL is '{filter = "testdfasdf"}'.
Stack Trace: [hide]
java.lang.IllegalStateException: Trying to combine JQL expressions using the 'NOT' operator. The current JQL is '{filter = "testdfasdf"}'.
at com.atlassian.jira.jql.builder.PrecedenceSimpleClauseBuilder$OperatorState.not(PrecedenceSimpleClauseBuilder.java:657)
at com.atlassian.jira.jql.builder.PrecedenceSimpleClauseBuilder.not(PrecedenceSimpleClauseBuilder.java:96)
at com.atlassian.jira.jql.builder.DefaultJqlClauseBuilder.not(DefaultJqlClauseBuilder.java:151)
at com.pyxis.greenhopper.jira.actions.GadgetBoardAction.getQuery(GadgetBoardAction.java:258)
at com.pyxis.greenhopper.jira.actions.GadgetBoardAction.getFilterQuery(GadgetBoardAction.java:96)
at com.pyxis.greenhopper.jira.actions.GadgetBoardAction.doNavigator(GadgetBoardAction.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at webwork.util.InjectionUtils$DefaultInjectionImpl.invoke(InjectionUtils.java:70)
at webwork.util.InjectionUtils.invoke(InjectionUtils.java:56)
at webwork.action.ActionSupport.invokeCommand(ActionSupport.java:433)
Steps to reproduce
- Create a filter which involves all issues from all projects and named it as 'All Issues'.
- In the dashboard, click 'Add Gadget' and add the 'Agile Gadget'.
- Click the 'Advanced Search' , choose the filter 'All Issues' and click save.
- In the progress bar in top right in the agile gadget, click on To Do link ( to show issues in issue navigator).
- system error Above will occur.
Workaround
Apply the workaround stated in Agile Gadget throws Exception when using 'All Issues' Filter KB.