The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events