<%@ page import="com.atlassian.jira.ComponentManager" %> <%@ page import="com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager" %> <%@ page import="com.atlassian.jira.web.action.util.FieldsResourceIncluder" %> <%@ taglib uri="webwork" prefix="ww" %> <%@ taglib uri="webwork" prefix="ui" %> <%@ taglib uri="webwork" prefix="aui" %> <%@ taglib uri="webwork" prefix="iterator" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <% final FieldsResourceIncluder fieldResourceIncluder = ComponentManager.getComponentInstanceOfType(FieldsResourceIncluder.class); fieldResourceIncluder.includeFieldResourcesForCurrentUser(); KeyboardShortcutManager keyboardShortcutManager = ComponentManager.getComponentInstanceOfType(KeyboardShortcutManager.class); keyboardShortcutManager.requireShortcutsForContext(KeyboardShortcutManager.Context.issuenavigation); %> <ww:text name="textKey('title')"/>: <ww:property value="issue/key"/> " /> /secure/views/issue/convertissuetosubtaskpane.jsp : <%-- This means that step 2 of move process has been skipped --%> info

: .

100% UpdateFields.jspa false <%= request.getContextPath() %>/secure/!cancel.jspa?id= next_submit >> 2 <%-- We still need to go through this action and this step in the move issue wizard, as during the doValidation stage of this action errors can be detected. For example, if a field is required but cannot be set by the user becuase of permissions, the error will be detected here. Later need to refactor that the step is skipped, however, the doValidation() of the action still needs to be executed. --%> 1
<%-- Must have body, else NullPointer is thrown --%>