%@ page import="com.atlassian.jira.util.BuildUtils"%>
<%@ page import="com.atlassian.core.util.collection.EasyList"%>
<%@ page import="com.atlassian.jira.web.action.util.JiraLicenseUtils"%>
<%@ page import="com.atlassian.jira.web.util.ExternalLinkUtilImpl"%>
<%@ page import="com.atlassian.license.License"%>
<%@ page import="com.atlassian.license.LicenseManager"%>
<%@ taglib uri="webwork" prefix="webwork" %>
<%@ taglib uri="webwork" prefix="ui" %>
<%@ taglib uri="sitemesh-page" prefix="page" %>
<%-- Setup Enterprise License --%>
100%
Update License
Your license has been successfully updated. Please restart your server so that all necessary changes can take affect.
Changes will not take place until server is restarted. Please click here when your server has been restarted.
SetupLicense.jspa
100%
Update License
<%
License license = LicenseManager.getInstance().getLicense(JiraLicenseUtils.JIRA_LICENSE_KEY);
String licenseEdition = "standard";
if (license !=null)
{
if (license.isLicenseLevel(EasyList.build(JiraLicenseUtils.JIRA_ENTERPRISE_LEVEL)))
{
licenseEdition = "Enterprise";
}
else if (license.isLicenseLevel(EasyList.build(JiraLicenseUtils.JIRA_PROFESSIONAL_LEVEL)))
{
licenseEdition = "Professional";
}
}
String jiraEdition = BuildUtils.getEdition();
%>
Update your license to a valid <%= jiraEdition %> license. You cannot run JIRA <%= jiraEdition %> with a JIRA <%= licenseEdition %> license.
You must provide a valid Administrator username and password and a valid JIRA <%= jiraEdition %> License
<%-- --%>
<%-- 40--%>
<%-- --%>
40
Copy and paste the license key below. You can access your license key on ">My Account.