fix(测试跟踪): 测试计划-缺陷管理-MS无法同步JR缺陷版本中的版本选择字段(单一版本,多版本)

--bug=1014017 --user=宋昌昌 【测试跟踪】github#14597 在MS里选择使用JIRA缺陷模板,然后在JIRA上创建了“版本”类型的字段后,无法同步到MS缺陷模板中 https://www.tapd.cn/55049933/s/1181220
This commit is contained in:
song-cc-rock 2022-06-14 15:03:11 +08:00 committed by jianxing
parent 6b90f076a6
commit d7105773dd
1 changed files with 4 additions and 0 deletions

View File

@ -695,6 +695,10 @@ public class JiraPlatform extends AbstractIssuePlatform {
value = CustomFieldType.TEXTAREA.getValue();
} else if (customType.contains("labels")) {
value = CustomFieldType.MULTIPLE_INPUT.getValue();
} else if (customType.contains("multiversion")) {
value = CustomFieldType.MULTIPLE_SELECT.getValue();
} else if (customType.contains("version")) {
value = CustomFieldType.SELECT.getValue();
}
} else {
// 系统字段