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
I'm not sure if things have changed with JIRA since previous answers were written, but all I needed was:
assignee was currentUser()
This will pick up things that are currently or previously assigned to me.