How can I search for specific user made changes or updated task recently?
example:
updated >= -1w and changer = user1
or
updated >= -1w and updatedby = user1
Hello,
As far as I know there is no such JQL functions available. But you can use historic search on some jira fields. Those fields are limited but maybe it will cover your case.
Have a look at the following article:
https://confluence.atlassian.com/jira064/advanced-searching-720416661.html (WAS, WAS IN, WAS NOT IN, WAS NOT, CHANGED).
If you want to solve the problem generally you can develop your own JQL function by developing a plugin or using Adaptivist ScriptRunner. But this JQL function can have low performance and you should use it carefully. If are interested in developing such a function I can give you more details.
It is not good not having such such query. Now I have no time to develop such my own JQL, may be later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.