Use this functionality to get the current state of a ServiceNow change request. The user must provide:
-
Valid credentials (Basic authentication or OAuth authentication) and the ServiceNow host URL.
-
The get action type.
-
The cr-number auto-generated during change request creation.
All CloudBees action repositories are listed at CloudBees, Inc. on GitHub. |
Inputs
Inputs for the get change request functionality are listed below.
Change request model field | Data type | Required | Description |
---|---|---|---|
|
String |
Yes |
The ServiceNow host URL. |
|
String |
Yes |
The username for authentication. |
|
String |
Yes |
The password for authentication. |
|
String |
Required only for OAuth-based authentication. |
The unique identification number of the client. |
|
String |
Required only for OAuth-based authentication. |
The client secret for authentication. |
|
String |
Yes |
The type of operation is "get". |
|
String |
Yes |
The unique number auto-generated during change request creation. |