fix(测试跟踪): jira 编辑缺陷图片会上传多份附件
--bug=1013360 --user=陈建星 【测试跟踪】GitHub# 13760 缺陷管理 同步jira 问题 https://www.tapd.cn/55049933/s/1170856
This commit is contained in:
parent
5b2f64b722
commit
ffba4e3683
|
@ -221,7 +221,8 @@ public class JiraPlatform extends AbstractIssuePlatform {
|
|||
if (StringUtils.isNotBlank(fieldName)) {
|
||||
if (item.getValue() != null) {
|
||||
if (StringUtils.isNotBlank(item.getType())) {
|
||||
if (StringUtils.equalsAny(item.getType(), "richText")) {
|
||||
if (StringUtils.equalsAny(item.getType(), "richText")
|
||||
&& !item.getId().equals("description")) {
|
||||
files.addAll(getImageFiles(item.getValue().toString()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue