Filtering by Status

Sometimes you only want to see specification items that have reached a certain maturity level. For example, you might want to create a report that only includes approved requirements.

To achieve this, you can filter by status using the -w or --wanted-statuses option:

oft trace -w approved doc/

This tells OFT to only import specification items that have the status approved. You can also provide a comma-separated list of statuses:

oft trace -w approved,proposed doc/

← Distributing the Detailing Work   •   ↑ Use Cases   •   Tracing the Whole Chain →