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

JIRA

Webhook mechanism
- If you are running JIRA version 5.2 or greater, or are using the hosted JIRA provided + If you are running JIRA version 5.2 or greater, or if you are using the hosted JIRA provided by Atlassian, you can use the built in web-hook support to connect to Humbug. If you are not using the Atlassian-hosted JIRA, you may also use the Jira Plugin mechanism that supports older versions of JIRA. @@ -241,12 +241,19 @@ following, to the stream 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.

+ Updates from JIRA will be sent to the Humbug stream you specified in the JIRA web-hook.

^ Back to top