Two dimensional filter not working corrently when using filter by specific group and displaying Assignees and clicking the asignee

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.2
    • Affects Version/s: 3.1.1
    • Component/s: Navigation - Filters
    • Environment:

      Linux 2.6 / Resin 3.x / Jira 3.1.1-#81

    • 3.01

      I have created a filter with criteria: "Assigned to: specific-group: A"

      After that I have created a two-dimensional portlet: columns had asignees, rows had priorities.

      When clicking on the name of assignee, I get back a list of issues assigned to group, NOT THE USER since the query built looks like this:

      http://jira/secure/IssueNavigator.jspa?...&assigneeSelect=specificgroup&assignee=XXXX&...&assigneeSelect=specificuser&assignee=YYY

      instead of:

      http://jira/secure/IssueNavigator.jspa?...&assigneeSelect=specificuser&assignee=YYY

      better yet, issue navigator should parse the string and take the LAST not the first parameter, something like:

      String[] vals = request.getParameterValues("assignee");
      String assignee = vals[vals.length-1];

              Assignee:
              Dylan Etkin [Atlassian]
              Reporter:
              Bojan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 0.5h
                  0.5h
                  Remaining:
                  Remaining Estimate - 0.5h
                  0.5h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified