On this page the user can set a filter by defining criteria an issue must match to pass.
Only one project can be selected at a time.
The sort order may be specified by modifying the sort order box. This sort order is also taken for sorting the quick report.
For the text filter, only the fields "Synopsis", "Description", and "Build" are considered.
Pattern matching is done via regular expressions as defined for the Perl language version 5. Pattern matching is not case sensitive. Here are some examples:
"word" would filter out all records that do not have "word" or "Word" or any other variant in any of the Synopsis, Description or Build fields.
"word.*filter" would filter out all records that do not have "wordfilter" or "wordXYZfilter" or any other such variant in any of the relevant fields.
"word|anyw" would filter out all records that do not have "word" or "anyw" or its upper and lower case variants in any of the relevant fields.
"word\s*\w*\s*anyw" would filter out all records that do not have "word" followed anywhere in the rest of the text by "anyw" or its upper and lower case variants in any of the relevant fields.
The date filter allows to filter issues according to the criteria shown in the selection box.
Selecting all entries of a list box is the same as not selecting any.
Deselection of a selected entry can be accomplished by pressing the Ctrl-Button while selecting the entry with a mouse click.
The report configuration is saved for the session until the user logs off or is being logged off.