Searching by user change within date range

Chris Cigno January 10, 2018

Hi - I am trying to do the following search on an issue:

Find a user that has made a change to an issue within a specified date range. The change could be anything but mostly interested in when comments were added by the user.

Thanks Chris

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.
January 10, 2018

Hello,

There is CHANGED operator in jql to do such a search. But this search is limited to certain fields (Assignee, Fix Version,  Priority,  Reporter,  Resolution,  and Status fields ). You can find more info here:

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-operators-reference-764478341.html#Advancedsearching-operatorsreference-WASWAS

To do such a search on other fields you would need an add-on like Adaptivist Scriptrunner or Power Scripts. Concerning your requirement you could use commented JQL function from Adaptivist Scriptrunner.

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_commented

Chris Cigno January 10, 2018

thanks - not sure I have the add-on but sounds like that is what I need.

Suggest an answer

Log in or Sign up to answer