update_requirement
Update a software requirement with version control, capturing change reason and author for IEC 62304 audit compliance.
Instructions
Update requirement with version control (IEC 62304 Section 8)
Args: req_id: Requirement ID to update changed_by: Name of person making change change_reason: Reason for the change (required for audit) title: New title (optional) description: New description (optional) status: New status - draft, reviewed, approved, implemented, verified (optional) priority: New priority - critical, high, medium, low (optional)
Returns: Success message with new version number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| req_id | Yes | ||
| status | No | ||
| priority | No | ||
| changed_by | Yes | ||
| description | No | ||
| change_reason | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |