The 'My Open Issues' JQL code is broken
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.
Linked Issues
is duplicated by1
Created Issue:
The 'My Open Issues' JQL code is broken
When clicking 'My Open Issues' the user will have JQL code set to 'asignee = currentUser() AND resolution = Unresolved ORDER BY createdDate() 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.
When clicking 'My Open Issues' the user will have JQL code set to 'asignee = currentUser() AND resolution = Unresolved ORDER BY
createdDate()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.When clicking 'My Open Issues' the user will have JQL code set to 'asignee = 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.
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.
use
reporter = currentUser()
is duplicated by

The filter is working as intended. Its function is not what you think it is.
use "Reported by me"