How can I search for specific user made changes or updated task recently?

Mher Simonyan October 26, 2017

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 

 

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 26, 2017

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.

Mher Simonyan October 29, 2017

It is not good not having such such query. Now I have no time to develop such my own JQL, may be later.

Suggest an answer

Log in or Sign up to answer