/
Last Commented Between Dates
Last Commented Between Dates
Parameters
Parameter | Mandatory | Format |
---|---|---|
Start Date | ![]() | 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d' |
End Date | ![]() | 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d' |
Syntax
lastCommentedBetweenDate(startdate,enddate)
Examples
Finds all issues commented from "2015/11/01" to "2015/11/15" lastly.
issue in lastCommentedBetweenDate( "2015/11/01", "2015/11/15" )
Finds all issues not commented in 1 week lastly.
issue not in commentedBetweenDate( -1w)
Finds all issues commented from "2015/11/05 08:50" to "2015/11/05 11:50" lastly.
issuekey in lastCommentedBetweenDate("2015/11/05 08:50","2015/11/05 11:50")
Finds all issues commented after "2015/11/05 08:50" lastly.
id in commentedBetweenDate("2015/11/05 08:50")
, multiple selections available,
Related content
Commented By User Between Dates
Commented By User Between Dates
Read with this
Last Commented By Group Member
Last Commented By Group Member
Read with this
Commented By User
Commented By User
Read with this
JQL Functions
JQL Functions
Read with this