Skip to content

Commit

Permalink
Fix filter iteration by range example (#32470)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
pscraire-philips and nguyenalex836 authored Apr 11, 2024
1 parent 8fb30a8 commit 4e6f5d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ You can also use `..` to filter for an inclusive range. When working with a rang
| <code>field:<em>VALUE</em>..<em>VALUE</em></code> | **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

Expand Down

2 comments on commit 4e6f5d8

@Aam3333

This comment was marked as spam.

@Aam3333

This comment was marked as spam.

Please sign in to comment.