diff --git a/templates/zephyr/integrations.html b/templates/zephyr/integrations.html
index 2c7d188bf3..48cbbd3fe0 100644
--- a/templates/zephyr/integrations.html
+++ b/templates/zephyr/integrations.html
@@ -233,7 +233,7 @@ following, to the stream commits with a subject that matches the re
commits with a subject that matches the re
hosted JIRA, follow the instructions
on the Atlassian wiki for locating the Webhook UI.
- Give your new web hook a name, and for the URL provide https://humbughq.com/api/v1/external/jira/API_KEY
- where API_KEY is the api key of the user you wish to post JIRA updates as.
+
Give your new web hook a name, and for the URL provide the following:
+
+ https://humbughq.com/api/v1/external/jira?api_key=abcdefgh&stream=jira
where api_key is the API key of the user you
+ want updates to be sent as, and stream is the stream name you want the notifications sent to.
+
+
Next, go back to Humbug and set up a stream called "jira," if it does not already exist. + (If you prefer your JIRA notifications to go to a stream other than "jira," then change the URL above to match it.)
+Congratulations! You're done!
- Updates from JIRA will be sent to the jira stream, and it must already exist.