%@ page import="com.atlassian.jira.ComponentManager" %>
<%@ page import="com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager" %>
<%@ taglib prefix="ww" uri="webwork" %>
<%@ taglib prefix="aui" uri="webwork" %>
<%@ taglib prefix="page" uri="sitemesh-page" %>
<%
KeyboardShortcutManager keyboardShortcutManager = ComponentManager.getComponentInstanceOfType(KeyboardShortcutManager.class);
keyboardShortcutManager.requireShortcutsForContext(KeyboardShortcutManager.Context.issuenavigation);
%>
" />
CloneIssueDetails.jspa
Create
true
<%-- if there is no 'clone' link type in the system, print a warning --%>
warning
<%-- if the user cannot modify the reporter, print a warning --%>
warning
group
checkbox
checkbox
checkbox
<%@ include file="/includes/issue/generic-errors.jsp" %>