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 the WAS operator:
JIRA - Advanced Searching : "The "WAS" operator is used to find issues that currently have, or previously had, the specified value for the specified field"
Example: status WAS "Resolved" BY currentUser()