{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Import requirements" %}{% endblock %} {% block contents %}
{% blocktrans %}Headers + three sample rows so you can see the exact column shape. Fill in your own rows and upload.{% endblocktrans %}
{% trans "Download XLSX template" %} {% trans "Download CSV template" %}
{% trans "CSV / XLSX" %} —
{% trans "required columns:" %} identifier, title.
{% trans "Optional:" %}
description, rationale, category, source, source_section, level,
product, project, feature, parent_requirement, status, priority,
verification_method, asil, dal, iec62304_class, doc_id,
doc_revision, effective_date, change_reason, jira_issue_key,
external_refs, linked_cases.
{% trans "JIRA CSV" %} —
{% blocktrans %}headers like External Issue ID, Summary, Linked Test Cases are auto-translated, so a JIRA export round-trips.{% endblocktrans %}
{% trans "JSON" %} —
{% blocktrans %}upload the shape produced by the JSON exporter ({"requirements": [...]}). Preserves full link fidelity: link_type, suspect, and coverage_notes survive the round-trip.{% endblocktrans %}
{% trans "FK values resolve by human-friendly names: category name, level code, requirement identifier for parent, etc." %}
| {% trans "Row" %} | {% trans "Identifier" %} | {% trans "Error" %} |
|---|---|---|
| {{ err.row_num }} | {{ err.identifier }} |
{{ err.message }} |