JIRA 4.0 : Cloning an Issue
This page last changed on May 01, 2009 by alui.
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. Creating a Clone IssueA clone issue can be created by selecting the 'Clone' link available in the issue operations menu. It is possible to edit the clone issue summary before creating the clone issue. Clone Issue LinkingThe clone issue can be linked to the original issue when creating the clone issue using a pre-existing link type. JIRA queries the property 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. Clone Issue Summary PrefixThe 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. Cloning and Sub-TasksSub-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.
|
![]() |
Document generated by Confluence on Oct 06, 2009 00:25 |