Forums

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

How to find JIRA issues, that were commented today by some specific user?

Irina Ivanova
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 5, 2016

I need to write a JQL query, that returns issues, that were commented by some specific user in a specific time. For example, all issues, that were commented today by "irina".

 

I try to use something like this, but it returns issues, that containt comments of "irina" and were updated today - not necessary with the comment:

issueFunction in commented ("by irina") and updatedDate > startOfDay()

1 answer

1 accepted

4 votes
Answer accepted
Bart Van Belle
Contributor
June 5, 2016

Hi Irina,

Try something like this

issueFunction in commented("after -1d by irina")

 

That should return all the issues where you made a comment in the last day

See also https://jamieechlin.atlassian.net/wiki/pages/viewpage.action?pageId=57999378#ScriptedJQLFunctions-commented(commentquery)

 

Irina Ivanova
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 5, 2016

Thank you! It works.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events