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

Irina Ivanova 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 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 June 5, 2016

Thank you! It works.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events