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

Skip to content

Commit 752ee4c

Browse files
committed
Merge branch 'master' of github.com:Hacker0x01/docs.hackerone.com
2 parents 1dc09e4 + ef8f787 commit 752ee4c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed
-74.8 KB
Binary file not shown.
-162 KB
Binary file not shown.

docs/programs/servicenow-integration.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To configure adding comments from HackerOne to ServiceNow:
2323

2424
![servicenow-1](./images/servicenow-1.png)
2525

26-
2. Click **NEW** to create a new Scripted REST API.
26+
2. Click **New** to create a new Scripted REST API.
2727

2828
![servicenow-2](./images/servicenow-2.png)
2929

@@ -177,13 +177,13 @@ Filter Conditions | Value is not empty: AND : Name : is : incident
177177
Make sure that the arguments for RESTMessageV2 matches the name you gave to the Outbound REST Message.
178178

179179
### Configure Close Report Event
180-
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.
180+
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:
183183
1. Search for the HackerOne REST Message that was set up in the previous section.
184-
2. Click **New** to edit the message.
184+
2. Click **New** to add a new message.
185185

186-
![servicenow-13](./images/servicenow-13.png)
186+
![servicenow-13](./images/servicenow-10.png)
187187

188188
3. Enter these values to these fields:
189189

@@ -196,7 +196,7 @@ Content | `{"event_name":"close_report","element_id":"${sys_id}"}`
196196

197197
4. Navigate to **System Definition > Business Rules**.
198198
5. Click **New** to create a new business rule.
199-
6. Enter these values for these fields:
199+
6. Enter these values for these fields on the **When to run** tab:
200200

201201
Field | Value
202202
----- | -----
@@ -206,8 +206,6 @@ When | Async
206206
Update | Make sure the box is checked
207207
Filter Conditions | State: changes to : Closed
208208

209-
![servicenow-15](./images/servicenow-15.png)
210-
211209
7. Enter this script on the **Advanced** tab:
212210

213211
```

0 commit comments

Comments
 (0)