Filter issues updated by particular user in period of time using JQL

Nuwan picture Nuwan · Jun 14, 2015 · Viewed 7.1k times · Source

Is there any way to find all issues updated by particular user in particular time period in every day by using JQL or is there any plugin to solve this?.

Answer

Faflok picture Faflok · Jun 22, 2015

If by updated you mean change of status you can chack something like this:

status changed by "user.name" and updated > startOfDay("-1")

Of course the start of the day -1 shows everything updated since yesterday, but you can also go with hours.