-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
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:
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];
- relates to
-
JRASERVER-6290 Search Requests need to parsed to prevent overlapping
-
- Closed
-