Forums

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

Does the lastCommentedDate in the Jira support desk actually work?

Melissa March 24, 2020

I can't find any information on this field available in the jira support desk que sql. It populates some records but not all records with comments before a given date. Can someone point me in the right direction of what the lastCommentedDate means here?Screen Shot 2020-03-24 at 5.33.06 PM.png

1 answer

1 vote
Hazwan Ariffin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2020

I believe that's a Scriptrunner field: https://scriptrunner-docs.connect.adaptavist.com/jiracloud/jql-aliases.html

lastCommentedDate

The lastCommentedDate keyword can be used to search for issues based on the date of most recent comment.

assignee = currentUser() AND lastCommentedDate < startOfMonth()
status = 'In Progress' AND lastCommentedDate = '2016-10-14'

This keyword can be used with the JQL relative date functions and also the numeric comparison operators.

Suggest an answer

Log in or Sign up to answer