When clicking 'My Open Issues' the user will have JQL code set to 'assignee = currentUser() AND resolution = Unresolved ORDER BY updatedDate DESC', where the 'asignee' should be changed to 'reporter', beacuse it will show only those reports, that i am showed as an asignee.
HOW TO REPRODUCE:
1. When logged in, type in the search bar any text
2. Click the 'My Open Issues' button to the left
3. Watch the JQL code being wrong.
The filter is working as intended. Its function is not what you think it is.