Projects#
Projects are the container for your Requirements Flow data. All nodes (requirements, tests, tickets, risks) belong to a project.
Create a project#
- Open Requirements Flow in the sidebar
- Click Add project
- Enter a name for the project (required)
- Optional: Enter a description
- Click Create
After creation, you are routed directly to that project in Flow.
Import projects#
You can import nodes into an existing project via csv or json.
- Open the target project.
- Select Import in the project/flow area.
- Upload a file in csv or json format.
- Optional: run Preview first to validate the payload.
- Start the import.
Supported formats:
- csv: One file containing all nodes (including the
node_typefield) - json: Either a direct list of nodes or an export object with a
nodesarray
Important notes:
- The
node_typefield is required for each record (requirement,test,ticket,risk). - Field names can be mapped if needed (for example
heading -> title,state -> status). - Preview shows valid/invalid rows before any data is persisted.
- System fields such as
id,project_id,creator,created_at, andupdated_atare ignored during import. - For tags, JSON lists or comma-separated values are supported.
- Empty values are treated as
null. - Recommended: export from the project first and use that file as an import template.
Important
The import file must be UTF-8 encoded. If data is invalid, the import is rejected with an error message.
Export projects#
To export a project, four formats are available:
- csv: One file containing all nodes (dynamic columns)
- csv_zip: ZIP archive with one CSV per node type
- json: Structured export with metadata and all nodes
- excel: Excel workbook with one sheet per node type
Important
When opening exported files, ensure the separator option semicolon is not selected. Otherwise, CSV files may display incorrectly in Excel.
Project roles#
Your role is shown in Dashboard and in the project details bar:
- read: read access
- write: edit access
- owner: full access
Edit project details#
- Select the project in Requirements Flow
- Open the top Project bar
- Edit name/description
- Save in the side panel using Save Changes
Delete a project#
- Select the project in Requirements Flow
- Open the Project bar
- Click Delete
- Confirm the dialog
Deletion cannot be undone.