<%@ taglib uri="webwork" prefix="ww" %> <%@ taglib uri="webwork" prefix="ui" %> <%@ taglib uri="webwork" prefix="iterator" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <%@ page import="com.atlassian.jira.ComponentManager" %> <%@ page import="com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager" %> <%@ page import="com.atlassian.jira.web.action.util.FieldsResourceIncluder" %> <% final FieldsResourceIncluder fieldResourceIncluder = ComponentManager.getComponentInstanceOfType(FieldsResourceIncluder.class); fieldResourceIncluder.includeFieldResourcesForCurrentUser(); %> <ww:if test="subTask == true"><ww:text name="'movesubtask.title'"/></ww:if><ww:else><ww:text name="'moveissue.title'"/></ww:else>: <ww:property value="issue/string('key')" /> <% KeyboardShortcutManager keyboardShortcutManager = ComponentManager.getComponentInstanceOfType(KeyboardShortcutManager.class); keyboardShortcutManager.requireShortcutsForContext(KeyboardShortcutManager.Context.issuenavigation); %> " /> /secure/views/issue/movetaskpane.jsp/secure/views/issue/moveissuepane.jsp : : <%-- Sub Task --%>

<%-- If current statues of issue and all subtasks exist in the target workflows - these statuses will remain in effect --%> <%-- This means that step 2 of move process has been skipped --%>

.

MoveIssueUpdateFields.jspa 100% false next_submit >> <%-- 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 because 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 <%-- Do not put these in the MoveIssueBean --%>