Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdbe87c

Browse files
committed
updated links for servicenow article
1 parent 4bc67ba commit fdbe87c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/programs/servicenow-integration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ HackerOne offers a bi-directional ServiceNow integration that enables you to syn
1010
1111
### Set up
1212
To set up the bi-directional integration between HackerOne and your ServiceNow instance, you’ll need to follow these 4 steps:
13-
1. Configure incoming requests in your ServiceNow instance
14-
2. Configure outgoing requests in your ServiceNow instance
15-
3. Configure a “close report” request from ServiceNow to HackerOne
16-
4. Configure the integration on HackerOne (Set up the integration from the HackerOne platform using the setup wizard)
13+
1. [Configure incoming requests in your ServiceNow instance](#configure-incoming-requests)
14+
2. [Configure outgoing requests in your ServiceNow instance](#configure-outgoing-requests)
15+
3. [Configure a “close report” request from ServiceNow to HackerOne](#configure-close-report-event)
16+
4. [Configure the integration on HackerOne](#configure-on-hackerone)
1717

1818
### Configure Incoming Requests
1919
Configuring incoming requests requires you to post to a custom REST API endpoint in ServiceNow. This will enable you to add comments from HackerOne to your ServiceNow instance.
@@ -176,7 +176,7 @@ Filter Conditions | Value is not empty: AND : Name : is : incident
176176
```
177177
Make sure that the arguments for RESTMessageV2 matches the name you gave to the Outbound REST Message.
178178

179-
### Send Close Report Event
179+
### Configure Close Report Event
180180
The The close report event from ServiceNow to HackerOne is set up in a similar fashion to configuring the outgoing requests. You only need to change the content in the Outbound REST Message and the trigger action in the Business Rule.
181181

182182
To set up the close report event:

0 commit comments

Comments
 (0)