-
Notifications
You must be signed in to change notification settings - Fork 0
Filter Manifest
diamond_dragon edited this page Jul 21, 2021
·
1 revision
Issue filter is optional parameter for import commands. It's primary purpose is removal of issues which are not going to be processed by further steps of pipelines.
Example of manifest can be found here:
include:
ruleId:
- Value
- pattern: Value
isRegex: true
level:
- Value
- pattern: Value
isRegex: true
exclude:
ruleId:
- Value
- pattern: Value
isRegex: true
level:
- Value
- pattern: Value
isRegex: true
The following issue fields are available for exclude and include sections:
- ruleId
- level
- title
- message
- description
- detailsUrl
- category
- tag
- filePath
IMPORTANT: If exclude and include section are specified each issue should match and of include filters and not match all of exclude filters.
Filter manifest can also be used to filter file details. In this case only filePath field is taken into account.