Commit 63491882 authored by 黎博's avatar 黎博

update

parent 774fb97d
......@@ -64,7 +64,8 @@ public class DingdingUtils {
public static String buildBugCommitMarkdownMsg(String key, String summary, String creator, String assignee, String priority, String module) {
String title = "测试同学" + creator + "提交了BUG:" + key;
String issueUrl = "http://jira2.quantgroup.cn/browse/" + key;
String content = "#### 概要:[" + summary + "](" + issueUrl + ")"+ "\n"
String content = title;
content += "概要:[" + summary + "](" + issueUrl + ")"+ "\n\n"
+ "- 优先级:" + priority + "\n"
+ "- 模块:" + module + "\n"
+ "- 经办人:" + assignee;
......
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