Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search for issues with comments by user and any particular date

Rishyab June 7, 2023

Search for issues with comments by user and any particular date

I'm searching for all Jira issues with comments written by a given user on a particular day.

I'm already aware of how I can search for issues with comments by a given user, for example:

issueFunction in commented("by user@domain.com")

 

2 answers

1 vote
Thomas Schlegel
Community Champion
June 7, 2023

Hi @Rishyab ,

this should do it:

issueFunction in commented ("by user on 2023-06-06")

1 vote
Wolfgang -Litew8 GmbH-
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.
June 7, 2023

Hi @Rishyab 

what you ask for is a common request, just look at this community question with ~36000 views! o.O

Sadly as to my knowledge you still have to look into third party like mentioned in the original question: Scriptrunner or JQL Search Extensions for Jira & reports should do the trick.

Suggest an answer

Log in or Sign up to answer