Commit 508dd8b0 authored by 黎博's avatar 黎博

fix

parent 911f0389
...@@ -117,6 +117,7 @@ public class DingdingUtils { ...@@ -117,6 +117,7 @@ public class DingdingUtils {
atMap.put("isAtAll", true); atMap.put("isAtAll", true);
markdown.put("at", atMap); markdown.put("at", atMap);
markdown.put("msgtype", "markdown"); markdown.put("msgtype", "markdown");
contentMap.put("title", "BUG修复提醒");
String content = "亲爱的" + issue.getAssignee().getName() + "同学,你有一个BUG已经超过4个小时未解决,请多注意哦!\n\n"; String content = "亲爱的" + issue.getAssignee().getName() + "同学,你有一个BUG已经超过4个小时未解决,请多注意哦!\n\n";
String bugUrl = "http://jira2.quantgroup.cn/browse/" + issue.getKey(); String bugUrl = "http://jira2.quantgroup.cn/browse/" + issue.getKey();
content += "BUG具体信息:[" + issue.getSummary().replace("\"", "") + "](" + bugUrl + ")\n\n"; content += "BUG具体信息:[" + issue.getSummary().replace("\"", "") + "](" + bugUrl + ")\n\n";
......
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