English
English
Appearance
English
English
Appearance
This solution is suitable for software development teams to manage the complete process of recording, assigning, fixing, and verifying defects (bugs). Using SmartTable, R&D teams can unify the defect entry point, track repair progress, analyze defect distribution, and associate defects with test cases and release plans.
Typical use cases include:
Create a table named "Defect Management" with the following core fields:
| Field Name | Field Type | Description |
|---|---|---|
| Defect Title | Single Line Text | A short description of the defect, used as the record title. |
| Defect ID | Auto Number | Automatically generates a unique ID for tracking and referencing. |
| Project | Single Select | The project or product module where the defect was found. |
| Affected Version | Single Line Text | The version number where the defect was found, e.g., "v1.5.2". |
| Severity | Single Select | Options: Critical, Major, Minor, Trivial, Suggestion. |
| Priority | Single Select | Options: Urgent, High, Medium, Low. |
| Defect Status | Single Select | Options: New, Confirmed, In Progress, Pending Verification, Closed, Rejected. |
| Submitter | Member | The tester who submitted the defect. |
| Assignee | Member | The developer responsible for fixing the defect. |
| Verifier | Member | The tester responsible for verifying the fix. |
| Submit Time | Date Time | The time the defect was submitted. |
| Expected Fix Date | Date | The planned date for completing the fix. |
| Actual Fix Date | Date | The actual date when the fix was completed. |
| Reproduction Steps | Long Text | Detailed steps to reproduce the defect. |
| Screenshots/Logs | Attachment | Upload defect screenshots, log files, or screen recordings. |
| Related Requirement | Link | Links to the "Requirement Management" table to associate defects with requirements. |
| Automation Scenario | Trigger | Node Configuration |
|---|---|---|
| New Defect Notification | Record create trigger | Call a Webhook node to notify the development lead and project group. |
| Status Change Sync | Record update trigger (defect status changed) | Update the status change time; when status is "Pending Verification", notify the verifier. |
| Overdue Defect Escalation | Scheduled trigger (daily) | Condition node checks if "Expected Fix Date is before today and status is not Closed", then update priority to "Urgent". |
| Defect Closure Archiving | Record update trigger (status changed to Closed) | Update the actual close time and send a closure notification to the submitter. |