<%@ page import="com.atlassian.jira.ComponentManager" %> <%@ page import="com.atlassian.jira.web.action.util.FieldsResourceIncluder" %> <%-- -- Parameters: -- * issue - an issue object to work on -- * tabs - a collection of field screen tabs -- * errortabs - a collection of tabs with fields that have errors -- * selectedtab - the index of the tab to select starting with 1 -- * ignorefields - a collection of field ids that should not be shown no matter what -- * create - a boolean value indicating whether issue is being created -- --%> <%@ taglib prefix="ww" uri="webwork" %> <%@ taglib prefix="aui" uri="webwork" %> <%@ taglib prefix="page" uri="sitemesh-page" %> <% final FieldsResourceIncluder fieldResourceIncluder = ComponentManager.getComponentInstanceOfType(FieldsResourceIncluder.class); fieldResourceIncluder.includeFieldResourcesForCurrentUser(); %>
<%-- Show tab headings --%> <%-- Show the actual tabs with their fields --%>
" class="tabs-pane active-pane"> <%-- Show tab's fields --%> <%-- Hack to not show issue type as it has been shown on a previous page --%>
<%-- Hack to not show issue type as it has been shown on a previous page --%>