Update Defect Matcher
update_defect_matcherUpdate defect matcher names or regex patterns in Allure TestOps to keep defect identification rules current. Provide the matcher ID and at least one new field to modify matching behavior.
Instructions
Update a defect matcher's name or regex patterns.
At least one field must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New matcher name | |
| matcher_id | Yes | ID of the matcher to update | |
| trace_regex | No | New trace regex | |
| message_regex | No | New message regex | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| trace_regex | No | ||
| message_regex | No |