Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-6273

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.2
    • 3.1.1
    • Navigation - Filters
    • Linux 2.6 / Resin 3.x / Jira 3.1.1-#81

      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];

              dylan@atlassian.com Dylan Etkin [Atlassian]
              62d6d9b41376 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