Export & Import
Pidima provides comprehensive export and import capabilities across all major artifact types, supporting multiple file formats for interoperability with external tools and audit requirements.
Export Formats
| Artifact | Excel (XLSX) | PlantUML (.puml) | PNG | CSV | ZIP | |
|---|---|---|---|---|---|---|
| Requirements | ✅ | ✅ | — | — | — | — |
| Test Cases | ✅ | ✅ | — | — | — | — |
| Traceability Matrix | ✅ | ✅ | — | — | — | — |
| Architecture Diagrams | — | — | ✅ | ✅ | — | ✅ |
| Architecture Links | ✅ | — | — | — | — | — |
| Requirement Links | ✅ | — | — | — | — | — |
| Test Reports | ✅ | — | — | — | ✅ | — |
Exporting Requirements
- Navigate to the Requirements list
- Select requirements using checkboxes (or select all)
- Click Export
- Choose format: Excel or PDF
- The file downloads with all selected requirements including:
- Name, description, type, priority, status, domain
- Custom attributes
- Traceability links (in Excel format)
Filtering Before Export
Use the requirements list filters (domain, priority, status, type, search) to narrow down which requirements appear, then export the filtered set.
Exporting Test Cases
- Navigate to the Test Cases list
- Select test cases or use bulk selection
- Click Export
- Choose format: Excel or PDF
- The export includes:
- Test case ID, name, description
- Preconditions, steps, expected outcomes
- Status and linked requirements
Exporting Traceability
- Navigate to Traceability
- Click Export
- Choose format: Excel or PDF
- The traceability matrix export includes:
- Requirement-to-test-case mappings
- Coverage status per requirement
- Link metadata (link type, creation date)
Architecture Links Export
Export architecture-to-requirement links separately:
- Navigate to Architecture
- Click Export Links
- Downloads as XLSX with architecture item names, linked requirements, and link types
Exporting Architecture Diagrams
- Navigate to the Architecture list
- Select diagrams to export
- Click Export
- Choose format:
- PlantUML (.puml) — Source code for each diagram
- PNG — Rendered images
- For multiple diagrams, the export is packaged as a ZIP file containing all selected items
Single Diagram Export
From an architecture detail page, click Export to download that specific diagram as .puml or .png.
Exporting Requirement Links
Export requirement-to-requirement links (parent-child, dependency relationships):
- Navigate to Requirement Links
- Click Export
- Downloads as XLSX with source requirement, target requirement, link type, and level information
Importing
Import Requirements
- Navigate to Requirements → Import
- Choose source:
- File upload — Excel/CSV file with requirements
- From Jira — Import via JQL query (see Jira Integration)
- Map columns to Pidima fields
- Select the target level
- Click Import
Requirements are created with auto-generated IDs following the project's naming convention.
Import Test Cases
- Navigate to Test Cases → Import
- Upload an Excel/CSV file
- Download the template first if you need the expected column format
- Map columns and import
Import Architecture (Bulk PlantUML)
- Navigate to Architecture → Import
- Upload one or more
.pumlfiles - The import runs asynchronously — each file becomes a separate architecture diagram
- Monitor progress in the jobs panel
Import Traceability Links
- Navigate to Traceability → Import
- Upload an Excel file with requirement-to-test-case mappings
- The import matches by requirement and test case names/IDs
- Runs asynchronously for large files
Import Requirement Links
- Navigate to Requirement Links → Import
- Upload an Excel file with source/target requirement mappings
- Links are created between matching requirements
Import Architecture Links
- Navigate to Architecture → Import Links
- Upload a file with architecture-to-requirement mappings
- Runs asynchronously
Import Templates
For file-based imports, download the template first to ensure your data matches the expected format:
- Test Cases — Click Download Template on the import dialog
- Requirements — Use the standard column headers: Name, Description, Type, Priority, Domain
Best Practices
- Export before major changes — Create an Excel export as a backup before bulk operations
- Use templates — Always download and use the import template to avoid mapping errors
- Filter then export — Apply filters before exporting to get exactly the data you need
- ZIP for architecture — When exporting multiple diagrams, use the ZIP option to keep files organized
- Audit trail — PDF exports are ideal for compliance audits and milestone reviews