I'm trying to write a JQL statement to return all tickets resolved from the beginning of the month and sorted by user. I've looked at This Thread, and additionally This Article. I've attempted iterations from all of the examples in the first thread with no luck. The second thread involves creating a custom field. I assuming the reason the first thread's solutions aren't working is because all of the examples are from JIRA 4.* where as I am running JIRA 7.2.
status was Resolved BY currentUser()
"Resolved by" = currentUser()