Commit 5d8c9a06 authored by 黎博's avatar 黎博

fix

parent 9cde7a1c
......@@ -121,8 +121,8 @@ public class DingdingUtils {
String content = "亲爱的" + issue.getAssignee().getDisplayName() + "同学,你有一个BUG已经超过4个小时未解决,请多注意哦!\n\n";
String bugUrl = "http://jira2.quantgroup.cn/browse/" + issue.getKey();
content += "BUG具体信息:\n\n";
content += "- 标题:[" + issue.getSummary().replace("\"", "") + "](" + bugUrl + ")\n\n";
content += "- 优先级:" + issue.getPriority().getName() + "\n\n";
content += "- 标题:[" + issue.getSummary().replace("\"", "") + "](" + bugUrl + ")\n";
content += "- 优先级:" + issue.getPriority().getName() + "\n";
contentMap.put("text", content);
markdown.put("markdown", contentMap);
return JSON.toJSONString(markdown);
......
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