%-- - This JSP aims to replace all the security checks that were previously done in the issueaction.jsp decorator. If - callers don't have permission to see an issue the action should return "generic_issue_error" and actions.xml should - be configured to show this JSP. --%> <%@ page import="com.atlassian.jira.util.JiraUtils" %> <%@ taglib uri="webwork" prefix="ww" %> <%@ taglib uri="sitemesh-page" prefix="page" %> <%@ taglib uri="jiratags" prefix="jira" %> <%@ taglib prefix="aui" uri="webwork" %>