{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Clone Plan{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}
Home >> Planning {% if testplans|length == 1 %} >> {{ testplans.0.plan_id }}: {{ testplans.0.name }} >> Clone Plan {% else %} >> Clone plans {% endif %}

Clone Test Plan

select different product

{% csrf_token %} {% for testplan in testplans %} {% endfor %} {% if testplans|length == 1 %} {% else %} {% endif %}
{{ clone_form.name }} Note:Can't change plan name when clone multiple plans, you can edit them after cloned.
    {% for testplan in testplans %}
  • {{ testplan.plan_id }} {{ testplan.type }} {{ testplan.name }}
  • {% endfor %}
{{ clone_form.product }}
{{ clone_form.product_version }} {{ clone_form.product_version.errors }}
  • {{ clone_form.set_parent }}{{ clone_form.set_parent.label }} ({{ clone_form.set_parent.help_text }})
  • {{ clone_form.keep_orignal_author }}{{ clone_form.keep_orignal_author.label }} ({{ clone_form.keep_orignal_author.help_text }})
  • {{ clone_form.copy_texts }}{{ clone_form.copy_texts.label }} ({{ clone_form.copy_texts.help_text }})
  • {{ clone_form.copy_attachements }}{{ clone_form.copy_attachements.label }} ({{ clone_form.copy_attachements.help_text }})
  • {{ clone_form.copy_environment_group }}{{ clone_form.copy_environment_group.label }} ({{ clone_form.copy_environment_group.help_text }})
  • {{ clone_form.link_testcases }}Copy {{ clone_form.link_testcases.label }}
    • {{ clone_form.copy_testcases }}{{ clone_form.copy_testcases.label }} ({{ clone_form.copy_testcases.help_text }})
    • {{ clone_form.maintain_case_orignal_author }}{{ clone_form.maintain_case_orignal_author.label }} ({{ clone_form.maintain_case_orignal_author.help_text }})
    • {{ clone_form.keep_case_default_tester }}{{ clone_form.keep_case_default_tester.label }} ({{ clone_form.keep_case_default_tester.help_text }})
{% endblock %}