Jira's "issue created" message should @-notify the assignee.
This commit is contained in:
		
							parent
							
								
									2b386921f0
								
							
						
					
					
						commit
						694e98a1b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -67,7 +67,7 @@ class ZulipListener extends AbstractIssueEventListener { | ||||||
|                                   author, issueUrlMd, comment) |                                   author, issueUrlMd, comment) | ||||||
|           break |           break | ||||||
|         case ISSUE_CREATED_ID: |         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, |                                   author, issueUrlMd, event.issue.priorityObject.name, | ||||||
|                                   assignee, title) |                                   assignee, title) | ||||||
|           break |           break | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 David Payne
						David Payne