fix(测试跟踪): 经办人字段同步有误
--bug=1016817 --user=宋昌昌 【测试跟踪】MS集成jira,缺陷模版添加自定义字段“经办人”,提交到jira后,经办人是空 https://www.tapd.cn/55049933/s/1285224
This commit is contained in:
parent
529b4358fb
commit
229e70c0fe
|
@ -448,7 +448,7 @@ public class JiraPlatform extends AbstractIssuePlatform {
|
||||||
if (issuesRequest.isThirdPartPlatform() || isSass) {
|
if (issuesRequest.isThirdPartPlatform() || isSass) {
|
||||||
param.put("id", item.getValue());
|
param.put("id", item.getValue());
|
||||||
} else {
|
} else {
|
||||||
param.put("name", item.getValue());
|
param.put("accountId", item.getValue());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
param.put("id", item.getValue());
|
param.put("id", item.getValue());
|
||||||
|
|
Loading…
Reference in New Issue