/
Commented By User Between Dates
Commented By User Between Dates
Parameters
Parameter | Mandatory | Format |
---|---|---|
User | ![]() | username |
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
commentedByUserBetweenDate(user,startdate,enddate)
Examples
Finds all issues commented by jirauser from "2015/11/01" to "2015/11/15"
issue in commentedByUserBetweenDate("jirauser", "2015/11/01", "2015/11/15" )
Finds all issues not commented by jirauser in 1 week
issue not in commentedByUserBetweenDate("jirauser", -1w)
Finds all issues commented by jirauser from "2015/11/05 08:50" to "2015/11/05 11:50"
issuekey in commentedByUserBetweenDate("jirauser", "2015/11/05 08:50","2015/11/05 11:50")
Finds all issues commented by jirauser after "2015/11/05 08:50"
id in commentedByUserBetweenDate("jirauser", "2015/11/05 08:50")
, multiple selections available,
Related content
Commented Between Dates
Commented Between Dates
Read with this
Last Commented Between Dates
Last Commented Between Dates
Read with this
Last Commented By User
Last Commented By User
Read with this
Last Commented By Current User
Last Commented By Current User
Read with this
Last Commented By Group Member
Last Commented By Group Member
Read with this
Replace String in Comment
Replace String in Comment
Read with this