...
Code Block |
---|
commentedOnDate >= "2016/03/13" AND commentedOnDate < "2016/03/15"
|
Find issues that were commented on at any time in the past.
Code Block |
---|
commentedOnDate < now() |
commentUpdatedOnDate
...
...
Code Block |
---|
commentedOnDate >= "2016/03/13" AND commentedOnDate < "2016/03/15"
|
Find issues that were commented on at any time in the past.
Code Block |
---|
commentedOnDate < now() |
...