<%@ page import="com.atlassian.jira.web.component.cron.CronEditorWebComponent" %> <%@ taglib uri="webwork" prefix="webwork" %> <%-- Renders the cron editor within a jira form. The cronEditorBean is a reference to a CronEditorBean that the component will use the renderer the editor. /cronEditorBean filter.subscriptions.prefix "> --%> <%@ include file="/template/standard/controlheader.jsp" %> <% CronEditorWebComponent cronEditorWebComponent = new CronEditorWebComponent(); request.setAttribute("cronEditorWebComponent", cronEditorWebComponent); %> You can not display the cron editor without the cron editor bean. <%@ include file="/template/standard/controlfooter.jsp" %>