{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "Export requirements" %}{% endblock %} {% block contents %}
{% trans "JIRA-import CSV" %}

{% trans "JIRA-native column names so the file loads via External System Import without manual field mapping." %}

{% trans "Download JIRA CSV" %}
{% trans "Generic CSV" %}

{% trans "Flat dump of every field. Round-trips with the importer." %}

{% trans "Download CSV" %}
{% trans "JSON" %}

{% trans "Open-schema dump including external_refs and link graph. Scripts / other ALM tools." %}

{% trans "Download JSON" %}

{% blocktrans %} Tip: append query-string filters (e.g. ?product=1&status=approved) to the download URL to scope the export. The same filters work on the list view. {% endblocktrans %}

{% endblock %}