Project Role can not be null when browsing an issue
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
問題
次のようにします。
- Project import from other JIRA backup.
- Browse an issue.
- Get the 500 error page:
atlassian-jira.log
に次のメッセージが出力される。
2015-09-24 08:45:16,253 StreamsCompletionService::thread-11 WARN burgeman xxxx xxx xxx.xx.xx.xx /plugins/servlet/streams [atlassian.streams.jira.JiraEntryFactoryImpl] Error creating streams entry
java.lang.IllegalArgumentException: ProjectRole can not be null
at com.atlassian.jira.security.roles.DefaultProjectRoleManager.getProjectRoleActors(DefaultProjectRoleManager.java:127)
at com.atlassian.jira.notification.type.ProjectRoleSecurityAndNotificationType.getProjectRoleActors(ProjectRoleSecurityAndNotificationType.java:248)
at com.atlassian.jira.notification.type.ProjectRoleSecurityAndNotificationType.hasPermission(ProjectRoleSecurityAndNotificationType.java:191)
at com.atlassian.jira.notification.type.ProjectRoleSecurityAndNotificationType.hasPermission(ProjectRoleSecurityAndNotificationType.java:198)
at com.atlassian.jira.permission.DefaultWorkflowPermission.allows(DefaultWorkflowPermission.java:48)
at com.atlassian.jira.security.WorkflowBasedPermissionManager.workflowPermissionCheck(WorkflowBasedPermissionManager.java:217)
診断
環境
- JIRA 6.3.12 or above
原因
There is an invalid workflow properties has been configured in the workflow steps.
Other known issues:
ソリューション
- Go to project administration > edit the workflow (click on the pencil).
- Look for the step properties by clicking the View Properties link.
- Remove the invalid property key.
- ワークフローを公開します。
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.