8000 Minor changes to servicenow integration setup · ManPython/docs.hackerone.com@277afd3 · GitHub
[go: up one dir, main page]

Skip to content
< 65F7 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit 277afd3

Browse files
authored
Minor changes to servicenow integration setup
1 parent 7534fb1 commit 277afd3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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)
0