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.

          Form Name

            [JSWSERVER-2788] Exception thrown After click To Do in Progress bar

            Hello,

            We addressed a similar issue in 5.6.0. I am not able to reproduce this error.

            Please upgrade to 5.6.0.

            Thank you.

            Regards,
            Nicholas Muldoon

            Nicholas Muldoon [Atlassian] added a comment - Hello, We addressed a similar issue in 5.6.0. I am not able to reproduce this error. Please upgrade to 5.6.0. Thank you. Regards, Nicholas Muldoon

            We are seeing this bug when looking at issues from a single project. The JQL generated appears to try to include all projects regardless and breaks due to the query string being truncated:

            java.lang.IllegalStateException: Trying to create illegal JQL expression 'OR OR'. Current JQL is '{filter= .........

            Robin Elvin added a comment - We are seeing this bug when looking at issues from a single project. The JQL generated appears to try to include all projects regardless and breaks due to the query string being truncated: java.lang.IllegalStateException: Trying to create illegal JQL expression 'OR OR'. Current JQL is '{filter= .........

              nmuldoon Nicholas Muldoon [Atlassian]
              vkgan Gan VoonKiat
              Affected customers:
              2 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: