I am trying to create a filter to search for all issues that were ever assigned to me, even after the assignee is changed. I cant find the appropriate search parameters for this
assignee = currentUser() OR assignee was currentUser() should do it
assignee = currentUser() OR assignee was currentUser()