From 3a9cecce444653c77052accee6f4f71df1942ce5 Mon Sep 17 00:00:00 2001 From: Patrice Scraire Date: Thu, 11 Apr 2024 08:18:01 -0400 Subject: [PATCH] Fix filter iteration by range example --- .../customizing-views-in-your-project/filtering-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md b/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md index b2c230faa2e5..8ee75af9f7b2 100644 --- a/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md +++ b/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md @@ -168,7 +168,7 @@ You can also use `..` to filter for an inclusive range. When working with a rang | field:VALUE..VALUE | **priority:1..3** will show items with a priority of 1, 2, or 3. | | **date:2022-01-01..2022-12-31** will show items from the year 2022. | | **points:\*..10** will show items with an points value of anything up to and including 10. -| | **iteration:"Iteration 1".."Iteration 4"** will show items in "Iteration 1", "Iteration 2", "Iteration 3", and "Iteration 4." +| | **iteration:"Iteration 1..Iteration 4"** will show items in "Iteration 1", "Iteration 2", "Iteration 3", and "Iteration 4." ## Filtering assignees and reviewers using keywords