Commit 88e52a24 authored by 黎博's avatar 黎博

修改bug提交的tittle

parent de569153
...@@ -62,7 +62,7 @@ public class DingdingUtils { ...@@ -62,7 +62,7 @@ public class DingdingUtils {
* @return json字符串类型的markdown消息 * @return json字符串类型的markdown消息
*/ */
public static String buildBugCommitMarkdownMsg(String key, String summary, String creator, String assignee, String priority, String module) { public static String buildBugCommitMarkdownMsg(String key, String summary, String creator, String assignee, String priority, String module) {
String title = "测试同学" + creator + "提交了BUG:" + key; String title = "测试提交了BUG:" + key;
String issueUrl = "http://jira2.quantgroup.cn/browse/" + key; String issueUrl = "http://jira2.quantgroup.cn/browse/" + key;
String content = creator + "提交了BUG:" + key + "\n\n"; String content = creator + "提交了BUG:" + key + "\n\n";
content += "概要:[" + summary + "](" + issueUrl + ")"+ "\n\n" content += "概要:[" + summary + "](" + issueUrl + ")"+ "\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