fix(测试跟踪): 导出禅道缺陷报错
--bug=1020908 --user=陈建星 【测试跟踪】上传禅道插件-缺陷管理-导出禅道缺陷报500 https://www.tapd.cn/55049933/s/1316215
This commit is contained in:
parent
dd3b34f0d5
commit
4186917f83
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue