<%@ page import="com.atlassian.jira.util.BrowserUtils"%> <%@ page import="com.atlassian.jira.ComponentManager" %> <%@ taglib uri="webwork" prefix="webwork" %> <%@ taglib uri="webwork" prefix="ui" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <%@ taglib uri="jiratags" prefix="jira" %> [#<webwork:property value="/issueObject/key" />] <webwork:property value="/issueObject/summary" /> <%@ include file="/includes/errormessages.jsp" %> <%-- Make the Issue object referenceable via '@issue' (eg. from issue_descriptiontable.jsp) --%> <%-- Put the issue GV on the stack --%>
:


<%@ include file="/includes/panels/issue_descriptiontable.jsp" %> <%@ include file="/includes/trackback_rdf.jsp"%>

<%-- Added this so that the cancel button can display the tooltip JRA-10552--%> <%request.setAttribute("cancelModifierKey", BrowserUtils.getModifierKey());%>