mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Atlassian announced that it will no longer provide information about comments along with their "issue" type event payloads for Jira. So we must now update the Jira integration to appropriately respond to "comment" type events (the reason why we didn't do this before was that initially, the "comment" type event payloads didn't contain sufficient information about their issues, but this payload has since been improved). Note: This commit does *not* remove support for the older "issue" type event payloads where information about comments was included. This way we can maintain compatibility with old self-hosted versions of self hosted Jira (2016 and before). Source: https://developer.atlassian.com/cloud/jira/platform/change-notice- removal-of-comments-from-issue-webhooks/ Fixes #13012
		
			
				
	
	
		
			28 lines
		
	
	
		
			1005 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1005 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
Get Zulip notifications for your JIRA projects!
 | 
						|
 | 
						|
These instructions apply to Atlassian Cloud's hosted JIRA, and JIRA Server version
 | 
						|
5.2 or greater. For older installs, you'll need our [JIRA Plugin](./jira-plugin).
 | 
						|
 | 
						|
1. {!create-stream.md!}
 | 
						|
 | 
						|
1. {!create-bot-construct-url-indented.md!}
 | 
						|
 | 
						|
1. Go to your JIRA **Site administration** page. Click **Jira** on the left.
 | 
						|
   On the left sidebar, scroll down, and under **Advanced**, click **WebHooks**.
 | 
						|
   Click **+ Create a WebHook**.
 | 
						|
 | 
						|
1. Set **Name** to a name of your choice, such as `Zulip`. Set **Status** to
 | 
						|
   **Enabled**, and set **URL** to the URL constructed above. Select the events
 | 
						|
   you'd like to be notified about, and click **Create**. We
 | 
						|
   support the following **Issue** and **Comment** events:
 | 
						|
    * when an issue is created
 | 
						|
    * when an issue is deleted
 | 
						|
    * when an issue is updated
 | 
						|
    * when a comment is added
 | 
						|
    * when a comment is updated
 | 
						|
    * when a comment is deleted
 | 
						|
 | 
						|
{!congrats.md!}
 | 
						|
 | 
						|

 |