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 the issues where comment has been added before specific date

John Diz
November 27, 2019

How to find the issues where comment has been added before specific date. 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Avinash Bhagawati _Appfire_
Community Champion
November 27, 2019

Hi @John Diz ,

Native JQL supports comment with text as parameter. For your requirement you need to use third app called JQL Search Extensions for jira and report which provides additional functions like CommentedAfter , CommentedBefore etc.

issue in commentedBefore("2018-05-26")

 

Thanks,

Avinash