ecn_list
Lists Engineering Change Notices (ECNs) in a project, with optional filters by severity, status, and type.
Instructions
List all Engineering Change Notices (ECNs) in a project.
The API clones the project repo and reads ECO/ECN-*.md files.
For local projects, use the parts CLI: parts project ecn list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Source Parts project ID or git repo URL | |
| severity | No | Filter by severity (CRITICAL, HIGH, MEDIUM, LOW) | |
| status | No | Filter by status (OPEN, IN REVIEW, APPROVED, IMPLEMENTED, CLOSED) | |
| ecn_type | No | Filter by type (Design Constraint, Assembly Note, BOM Change, Schematic Change, Process Change) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||