Jira's "issue created" message should @-notify the assignee.

This commit is contained in:
David Payne 2016-04-18 13:58:51 -07:00 committed by Tim Abbott
parent 2b386921f0
commit 694e98a1b0

View file

@ -67,7 +67,7 @@ class ZulipListener extends AbstractIssueEventListener {
author, issueUrlMd, comment)
break
case ISSUE_CREATED_ID:
content = String.format("%s **created** %s priority %s, assigned to **%s**: \n\n> %s",
content = String.format("%s **created** %s priority %s, assigned to @**%s**: \n\n> %s",
author, issueUrlMd, event.issue.priorityObject.name,
assignee, title)
break