Commit 20b7fa3e authored by 黎博's avatar 黎博

Merge branch 'master' into k8s

parents f1f798b9 d1a3fdff
...@@ -70,6 +70,9 @@ public class JiraToDingding { ...@@ -70,6 +70,9 @@ public class JiraToDingding {
jiraBugPool.setEnable(0); jiraBugPool.setEnable(0);
// 更新状态 // 更新状态
jiraBugPoolService.saveOrUpdate(jiraBugPool); jiraBugPoolService.saveOrUpdate(jiraBugPool);
} else if (resolveResult.equals("已解决")) {
// 暂时只打印日志,不做逻辑处理
log.info("BUG:{}已解决", issue.getKey());
} else { } else {
DateTime startDate = issue.getCreationDate(); DateTime startDate = issue.getCreationDate();
DateTime curDate = new DateTime(); DateTime curDate = new DateTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment