Skip to content

Commit

Permalink
Update features.rst (#155)
Browse files Browse the repository at this point in the history
* Update features.rst

Adding further detail regarding JIRA integration.

* Update features.rst

* Update features.rst
  • Loading branch information
namloc2001 committed Nov 23, 2020
1 parent 50fdae0 commit 7931ca5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,14 @@ JIRA Integration

DefectDojo's JIRA integration is bidirectional. You may push findings to JIRA and share comments. If an issue is closed in JIRA it will automatically be closed in Dojo.

**NOTE:** These steps will configure the necessary webhook in JIRA and add JIRA integration into DefectDojo. This isn't sufficient by itelf, you will need to configure products and findings to push to JIRA. On a product's settings page you will need to define a:
- Project Key (and this project must exist in JIRA)
- JIRA Configuration (select the JIRA configuration that you create in the steps below)
- Component (can be left blank)

Then elect (via tickbox) whether you want to 'Push all issues', 'Enable engagement epic mapping' and/or 'Push notes'. Then click on 'Submit'.

If creating a Finding, ensure to tick 'Push to jira' if desired.

Preparing Jira, Enabling the Webhook
1. Visit https://<**YOUR JIRA URL**>/plugins/servlet/webhooks
Expand Down Expand Up @@ -813,7 +821,7 @@ Adding JIRA to Dojo
**In the above example 122 is the number needed**

Troubleshooting JIRA integration
JIRA actions are typically performed in the celery background process. Errors are logged as alerts/notifications to be seen on the top right of the Defect Dojo UI.
JIRA actions are typically performed in the celery background process. Errors are logged as alerts/notifications to be seen on the top right of the Defect Dojo UI.

Issue Consolidation
-------------------
Expand Down

0 comments on commit 7931ca5

Please sign in to comment.