Hello,
How can I use the Jira filter to select the issues that have been updated in a certain date range but updated only by me (or by another specified person)?
Because when I filter by "updated" or "updateDate", the updates can be originated by any person that also can be different than creator, reporter or assignee.
Thanks in advance
Hi Javier,
Depends on the update event you are looking for, Check out the Advanced searching documentation for the lists of all available functions, but you can specify a Specific Field that allows searching on a changed operator event via a "changed / during" operator for a specific date range with something like this:
status changed BY currentuser() during ('2019/02/01', '2019/02/02')
This query would show all the issues that the current loged in user transitioned between February 1st and 2nd.
Regards,
Earl
Hi Earl,
Thanks a lot. That is the query we were looking for. It will suit us for our filters.
Regards,
Javier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.