报错:Error rendering ‘com.atlassian.jira.jira-project-config-plugin:summary-priorities‘.

项目场景:

使用Jira系统自带的创建项目选项创建新项目。

问题描述:

新创建的项目的优先级方案部分报错:报错:Error rendering ‘com.atlassian.jira.jira-project-config-plugin:summary-priorities‘._第1张图片

报错信息:Error rendering 'com.atlassian.jira.jira-project-config-plugin:summary-priorities'. Please contact your Jira administrators.

且在新建的项目中新建Issue时,优先级字段没有选项(因为没有匹配到优先级方案)。

在atlassian-jira.log中出现以下内容:

2018-01-28 08:44:01,644 http-nio-8080-exec-83 ERROR admin 524x16588x1 1jj4krp 84.196.64.99,172.19.0.2 /plugins/servlet/project-config/TEST/summary [c.a.j.web.component.ModuleWebComponentImpl] An exception occured while rendering the web panel: com.atlassian.jira.jira-project-config-plugin:summary-priorities (null)
com.google.template.soy.tofu.SoyTofuException: In ‘print’ tag, expression “$priorityScheme.name” evaluates to undefined.
at JIRA.Templates.ProjectSummary.priorities(summary-priorities.soy:15)
at com.google.template.soy.tofu.internal.BaseTofu.renderMainHelper(BaseTofu.java:369)
at com.google.template.soy.tofu.internal.BaseTofu.renderMain(BaseTofu.java:322)
at com.google.template.soy.tofu.internal.BaseTofu.access 100 ( B a s e T o f u . j a v a : 66 ) a t c o m . g o

你可能感兴趣的:(Jira知识库,jira,bug)