instead of user i want to use "reporter" doesn't seem to be possible
Hi @Alon Hammer and welcome to the community!
There is no native "updatedBy()" function in JQL. However, there are a few fields that you can perform a history query against (Assignee, Fix Version, Priority, Reporter, Resolution, and Status). So, if you're looking specifically for issues where the reporter updated status, you could do something like:
status was "In Progress" BY <reporter>
Outside of that, you'd need some type of 3rd party app to get any additional functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.