Commit de569153 authored by 黎博's avatar 黎博

修改提BUG的content

parent 63491882
......@@ -64,7 +64,7 @@ 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 = title;
String content = creator + "提交了BUG:" + key + "\n\n";
content += "概要:[" + summary + "](" + issueUrl + ")"+ "\n\n"
+ "- 优先级:" + priority + "\n"
+ "- 模块:" + module + "\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