Rootly Integrations

⌘K
Back
Overview
Slack
Installation
Workflows
Commands
Mattermost
Installation
PagerDuty
Installation
Workflows
Alerts
Opsgenie
VictorOps (Splunk On-Call)
Jira
Jira (On-Premise)
Confluence
Confluence (On-Premise)
Service Now
Installation
Workflows
Google Docs
Statuspage.io
Importing Status Pages
Importing Templates
Creating a StatusPage Incident
Using Status Page Templates
Dropbox Paper
Notion
Quip
Grafana
Looker
New Relic
Installation
Alerts
Datadog
Installation
Alerts
Kubernetes
Honeycomb
Heroku
AWS Elastic Beanstalk
Gitlab
GitHub
Google Meet
Zoom
Webex
GoToMeeting
Microsoft Teams
Zendesk
Linear
Installation
Workflows
Shortcut
Airtable
Trello
Installation
Workflows
Asana
Installation
Workflows
Freshdesk
Installation
Workflows
Nobl9
Backstage
Installation
Twitter
Email
SMTP
SendGrid
Sentry
Rollbar
Prometheus
Zapier
API
Terraform
Pulumi
HashiCorp Vault
SSO
SCIM
Docs powered by
Archbee
Service Now

Workflows

5min

To continue, you will first need to integrate with Freshservice if you haven't already: Service Now

Create a ServiceNow Incident

Document image


Update a ServiceNow Incident

Document image


Custom Fields

Major incident

JS
|
// Example create major incident (make sure acts_as_user is set) and ACL good (Cf. https://community.servicenow.com/community?id=community_question&sys_id=fae73aeb1b7370900b8a9979b04bcb1a)
{
  "assignment_group": "3De45d9ebc3b333200fe02c9bb34efc434",
  "major_incident_state": "proposed"
}


Add comment

JS
|
{% if incident.events.last != blank %}
{
  "comments": "{{ incident.events | last | get: 'event' }}"
}
{% endif %}




Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Installation
NEXT
Google Docs
Docs powered by
Archbee
TABLE OF CONTENTS
Create a ServiceNow Incident
Update a ServiceNow Incident
Custom Fields
Major incident
Add comment
Docs powered by
Archbee