fix(测试跟踪): 经办人字段同步有误

--bug=1016817 --user=宋昌昌 【测试跟踪】MS集成jira,缺陷模版添加自定义字段“经办人”,提交到jira后,经办人是空 https://www.tapd.cn/55049933/s/1285224
This commit is contained in:
song-cc-rock 2022-11-01 16:30:12 +08:00 committed by 刘瑞斌
parent 529b4358fb
commit 229e70c0fe
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ public class JiraPlatform extends AbstractIssuePlatform {
if (issuesRequest.isThirdPartPlatform() || isSass) {
param.put("id", item.getValue());
} else {
param.put("name", item.getValue());
param.put("accountId", item.getValue());
}
} else {
param.put("id", item.getValue());