Record tools beyond CRUD — jsn

Work with attachments, aggregates, and table inspection alongside normal record queries.

What can JSN do for this ServiceNow workflow? Work with attachments, aggregates, and table inspection alongside normal record queries. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn records attachments --helpList, inspect, and add record attachments
jsn records aggregate --table incident --countAggregate records without downloading every row
jsn records inspect incident INC0000060Inspect a record and its table context
jsn records attachments
jsn records attachments --help

Work with attachments on a record

Commands:
  list  List attachments on a record
  get <attachment-id>  Download an attachment to a local file
  add <file>  Upload a file as a new attachment on a record (mutation)
▼ next screen
jsn records aggregate --table incident --count --json

Aggregated incident
Table: incident
Count: 70
▼ next screen
jsn records inspect incident INC0000060 --json

Inspected incident INC0000060
Audit history, business rules, and running flows returned

Get started

Install, point it at your instance, then run this feature.

npm install -g @jacebenson/jsn
jsn setup
jsn records attachments --help
Full setup guide & skill docs →

← All features