bwhitehead0/create_snow_change
Create ServiceNow CHG ticket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| snow_url | ServiceNow URL (e.g., https://my-company.service-now.com) | yes | — |
| snow_user | ServiceNow username (Username + password or token are required) | yes | — |
| snow_password | ServiceNow password (Username + password or token are required) | yes | — |
| snow_client_id | ServiceNow Client ID for oAuth Token auth (Required: User + pass + client ID + client secret) | no | — |
| snow_client_secret | ServiceNow Client Secret for oAuth Token auth (Required: User + pass + client ID + client secret) | no | — |
| debug | Enable debug output | no | false |
| snow_timeout | Timeout for ServiceNow API call (default: 60) | no | 60 |
| change_ticket_number | ServiceNow change ticket number | no | — |
Outputs
| name | description |
|---|---|
| change_detail | The full JSON response from the ServiceNow API |
| change_sys_id | The sys_id of the change ticket |
| change_type | The type of the change ticket |
| change_requested_by | The user who requested the change ticket |
| change_cab_reviewed | The CAB review status of the change ticket |
| change_state | The state of the change ticket |
| change_state_code | The state code of the change ticket |
| change_start_date | The start date of the change ticket |
| change_end_date | The end date of the change ticket |
| change_cmdb_ci | The CMDB CI of the change ticket |
| change_cmdb_ci_sys_id | The CMDB CI sys_id of the change ticket |