-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 4.0 - Beta 3
-
Component/s: Dashboard & Gadgets
-
Environment:
QA Bamboo build 342,
-
4
Steps:
1. Login to JIRA.
2. Add "Assigned to me" gadget.
3. Configure it and click save.
4. Click on <#> matching issues link to see issues in issue navigator.
Result:
1. It take user to advanced view with query "assignee = currentUser() AND resolution is EMPTY ORDER BY priority DESC, created ASC"
2. JQL now support resolution = unresolved hence resolution is EMPTY is not required as it can be only executed in advanced view. User can't go to simple view and will only confuse user.
Expected:
1. Clicking link should show the issues in simple view.