Service Now tickets created outside SmartOps is made available in SmartOps elastic search and UI.
To configure ITSM ticket creation, an IHub Administrator user can:
Configure API scanner to poll Servicenow tickets of a particular user. For more information on Creating channels, see Channel Creation.
Configuring api channel details include parameters as follows
Request type - GET
Url -https://ustglobaldev.service-now.com/api/now/table/incident
Username - For example: Mahesh.nandanan
Password - For example: Sndev@23161
sysparm_query |
sys_created_onRELATIVEGT@minute@ago@15 |
sys_created_by |
Mahesh.nandanan |
sysparm_fields |
number,description,short_description,sys_ |
sysparm_display_value |
True |
JSON Mapping SHIFT |
|
result/*/description |
senseParams.description |
result/*/number |
senseParams.issueId |
result/*/impact |
senseParams.impact |
result/*/sys_id |
senseParams.sys_id |
result/*/assigned_to/display_value |
senseParams.assigned_to |
result/*/urgency |
senseParams.urgency |
result/*/sys_created_on |
senseParams.sys_created_on |
result/*/short_description |
senseParams.short_description |
result/*/state |
senseParams.state |
result/*/priority |
senseParams.severity |
Default |
|
*/senseParams/source |
Itsm |
*/automationStoryName |
PwfITOpsAddAlerts |
Create tickets for that user in Service now which will bring service now tickets details with source as ITSM to our Elastic search and show in UI as shown: