Commit 911f0389 authored by 黎博's avatar 黎博

fix

parent 11fcdca5
...@@ -116,6 +116,7 @@ public class DingdingUtils { ...@@ -116,6 +116,7 @@ public class DingdingUtils {
Map<String, Object> atMap = new HashMap<>(); Map<String, Object> atMap = new HashMap<>();
atMap.put("isAtAll", true); atMap.put("isAtAll", true);
markdown.put("at", atMap); markdown.put("at", atMap);
markdown.put("msgtype", "markdown");
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