How to write query that will select only issues resolved by me.
I have found some old post that says its no possible, but it might have changed.
You can use this JQL query:
"Resolved by" = currentUser()
(I just verified this in v4.1.2#531 on a standalone version)
There is also a plug in you can use in older versions: https://studio.plugins.atlassian.com/wiki/display/JQLT/Home