What should my JQL look like to see issues with Comments added within the last 3 days...

Jason Vogel November 19, 2019

Jira v7.7.0 - no plugins

I writing a python script to pull all the tasks and subtasks within a specific Project and Epic.  I want to pull only the Comments added during the last 3 days.

What does my JQL need to look like?

1 answer

0 votes
Kevin Johnson
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 19, 2019

Hi @Jason Vogel 

If you have a plugin installed called Scriptrunner , your requirement can be accomplished.

https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=overview

After installation , your jql should be like :

issueFunction in commented("after 2019/10/31 before 2020/01/07")

---This jql will list you the issues that are commented between those dates.

Hope this helps .

Thanks,

Kevin

Jason Vogel November 20, 2019

Is there a way to do this without a plugin?  We don't have any plugins installed.

Kevin Johnson
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 20, 2019

While searching for your thing came across this Jira Ticket saying that Searching a issue by the comment's date is not possible for now .

Ticket : https://jira.atlassian.com/browse/JRASERVER-44498

Suggest an answer

Log in or Sign up to answer