Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1181 from Hacker0x01/jira-faqs-webhooks
Browse files Browse the repository at this point in the history
Added Jira webhook FAQ item
  • Loading branch information
hendrik-hackerone committed Oct 2, 2023
2 parents 00afde7 + dfb7d6d commit 41a7648
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added docs/organizations/images/jira-create-webhook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/organizations/jira-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ I don't want to give this integration permission to view all my Jira projects. C
Why is that after installing the Jira Cloud add-on, Jira is giving me the following error: `App is not responding`? | The plugin is trying to redirect you to HackerOne's website to finalize the setup. However, some browsers are blocking redirects and the plugin won't be able to redirect you. If this happens, try installing the plugin with a different browser.
How come I'm not seeing the option to create a Jira issue on the report? | You can only escalate a report to Jira if you have the right permissions. You will need "Report Management" permissions in order to escalate a report to Jira.
What do I do if I don't see the issue type I need listed? | To make sure you can select the right issue types for your integration, you need to meet these 2 requirements: <br><br>1. You have the proper permissions to see the issue type. <br>2. The issue type is [associated](https://confluence.atlassian.com/adminjiraserver/associating-issue-types-with-projects-938847092.html) with the project you selected. <br><br> Issue types are fetched based on the linked project, and even though not all issue types will be supported, all available issue types that are linked and can be viewed by the authenticated user will show.
<a name="create-jira-webhook"></a> I have configured events from Jira to HackerOne, but why are they not synchronizing? | To synchronize events from Jira to HackerOne a webhook must be configured in Jira. This webhook will be automatically created in your Jira instance during setup. If for some reason the creation of the webhook fails you can [create a webhook manually](https://developer.atlassian.com/server/jira/platform/webhooks/). <br /><br />You can find the `URL` for the webhook in the configuration wizard. Set the `Scope` of the webhook to the Project and Issue type configured during the setup. Set the events to `Issue updated` and `Comment created`.<br /><br />![jira-create-webhook](./images/jira-create-webhook.png)
2 changes: 1 addition & 1 deletion docs/organizations/jira-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Comment added | Post an internal comment when someone comments on an issue.

![jira-setup-13](./images/jira-setup-13.png)

19. (Optional) Once you complete this integration, a Jira webhook will be automatically created in your Jira instance. If there is no webhook created, you can use this Webhook URL to create a webhook manually with the Issue Updated and Comment Created events.
19. (Optional) Once you complete this integration, a Jira webhook will be automatically created in your Jira instance. If there is no webhook created, you can use this Webhook URL to [create a webhook manually](/organizations/jira-faqs.html#jira-create-webhook) with the Issue Updated and Comment Created events.
![jira-setup-15](./images/jira-setup-15.png)


Expand Down

0 comments on commit 41a7648

Please sign in to comment.