I want to know how many statuses was changed and how many issues were created by every Jira user during the last six months. I wrote a JQL to get this information by single user:
issuekey IN updatedBy(username "2021/12/19", "2022/06/19") AND creator = username
But is there is a way to create a query to get this information for all users together?