Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Hi guys, i'm a mariadb user, this filter in Jira:
assignee = currentUser() AND resolution = Unresolved ORDER BY updatedDate DESC
return nothing to me, could we change it to:
(assignee = currentUser() AND resolution = Unresolved) OR reporter=currentUser() ORDER BY updatedDate DESC
since i'm in most cases the reporter and not the assignee