File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -512,6 +512,24 @@ To compare LargeContent instead:
512
512
513
513
CF.IP = CF.IPRange.LargeContent
514
514
515
+ =item Search tickets by relative dates
516
+
517
+ RT supports relative dates in searches, so you can search for tickets
518
+ that were resolved in the last week, during the last month, as well as
519
+ other relative dates.
520
+
521
+ For example, if you want to search tickets created during the last month,
522
+ you can use the following search:
523
+
524
+ Created >= 'beginning of last month' and Created < 'this month'
525
+
526
+ Or if you want to search tickets resolved since the last week:
527
+
528
+ Resolved >= 'last week'
529
+
530
+ You can check relative date strings that RT supports at
531
+ L<https://metacpan.org/pod/DateTime::Format::Natural::Lang::EN> .
532
+
515
533
=back
516
534
517
535
=head1 Learn More
You can’t perform that action at this time.
0 commit comments