fix(测试跟踪): 导出禅道缺陷报错

--bug=1020908 --user=陈建星 【测试跟踪】上传禅道插件-缺陷管理-导出禅道缺陷报500 https://www.tapd.cn/55049933/s/1316215
This commit is contained in:
chenjianxing 2022-12-16 11:36:44 +08:00 committed by 刘瑞斌
parent dd3b34f0d5
commit 4186917f83
1 changed files with 1 additions and 0 deletions

View File

@ -1691,6 +1691,7 @@ public class IssuesService {
IssueTemplateDao issueTemplateDao;
Project project = baseProjectService.getProjectById(projectId);
if (PlatformPluginService.isPluginPlatform(project.getPlatform())
&& platformPluginService.isThirdPartTemplateSupport(project.getPlatform())
&& project.getThirdPartTemplate()) {
// 第三方Jira平台
issueTemplateDao = getThirdPartTemplate(project.getId());