Inspect form layouts, client scripts, and UI policies from the terminal.
| Command | What it does |
|---|---|
jsn forms show incident | Inspect sections and form elements |
jsn clientscripts list --query 'nameLIKEincident' --limit 3 | Find client scripts affecting a table |
jsn uipolicies list --query 'nameLIKEincident' --limit 3 | Find UI policies affecting a table |
jsn forms show incident
Form: incident → Default view
── Notes ──
watch_list
work_notes_list
comments
work_notes
── Related Records ──
parent_incident
problem_id
rfc
caused_byjsn clientscripts list \
--query 'nameLIKEincident' \
--limit 3 \
--json
2 clientscripts(s)
Set Resolution notes for Parent Incident incident true onChange
CreateChildIncident incident true onLoadjsn uipolicies list --query 'nameLIKEincident' --limit 3 --json
3 uipolicies(s)
Make assignment group mandatory task trueInstall, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn forms show incidentFull setup guide & skill docs →