Documentation for JIRA 4.0. Documentation for other versions of JIRA is available too. 
![]()
Clone Issue allows a user to create a duplicate of an issue within the same project. The clone issue is a replica of the original issue, containing the same information stored in the original issue — e.g. Summary, Affects Versions, Components, etc. The clone issue can also be linked to the original issue using a 'clone' link.
A clone issue is a separate entity from the original issue. Operations on the original issue have no affect on the clone issue and vice versa. The only connection takes the form of the link (if created) between the original and the clone issue.
A clone issue retains the following information:
Details such as time tracking and comments are not cloned.
To clone an issue, select the 'Clone' link available in the issue operations menu. It is possible to edit the clone issue summary before creating the clone issue.
The clone issue can be automatically linked to the original issue when creating the clone issue, using a pre-existing link type.
JIRA queries the jira-application.properties file for the jira.clone.linktype.name setting.
The link type with the name specified in the properties file should be created before creating clone issues if linking is required.
The clone issue summary can be prefixed with a string, e.g. "Clone Issue - ". This string is specified in jira-application.properties with the jira.clone.prefix property and is prefixed to the issue summary.
Sub-Tasks can be cloned in the same manner as other issue types.
If the original issue has associated sub-tasks, clone sub-tasks will also be created for the clone issue. However, the clone sub-task summaries will not include the property file specified prefix.
It is not possible to clone an issue between projects — i.e. create a clone of an issue from one project and place it in a different project. This enhancement will be addressed in a future release.
If the current user does not have the 'Modify Reporter' permission, the clone issue will be created with the same reporter as the original issue.