ServiceNow is a software-as-a-service (SaaS) provider of IT service management (ITSM) software. It creates a single system of record for all IT processes within a company. This system brings together IT strategy, design, transition and operation on a powerfully simple cloud platform.
ServiceNow is built to be a productivity tool for all types of business users including the CIO, service desk staff, application developers, IT finance, IT operations and business people. ServiceNow applications are built on a single platform as a service. The platform offers a consistent and intuitive user experience through the entire IT Infrastructure Library (ITIL) service life-cycle. For more information about ServiceNow, refer to the ServiceNow home page.
CloudBees CD/RO integration to ServiceNow
ServiceNow supports calling both inbound services, leveraging the ServiceNow REST API to perform actions such as:
-
Queries and updates
-
Calling outbound web services, such as the CloudBees CD/RO Rest API, upon a user action in ServiceNow such as an Approval or Rejection of a change request.
The ServiceNow plugin supports the inbound interaction with ServiceNow, by calling provider web services such as creating a change request, creating an incident, and getting the status of an approval.
The CloudBees CD/RO native extension plugin, which is installed in a ServiceNow instance, supports the outbound consumer web service interaction and is available in the ServiceNow Marketplace. This plugin is documented here for no purpose other than cross-referencing CloudBees CD/RO capabilities for both inbound and outbound interactions.
|
Plugin Version 3.2.6.2024020845
Revised on February 22, 2024
Updated Perl version required
This plugin is using an updated version of Perl, cb-perl shell (instead of old ec-perl). This means that it requires CloudBees CD/RO agent version v10.3 or higher to work.
Integrated version
This plugin was developed and tested against following ServiceNow versions:
-
Washington DC
-
Vancouver
-
Utah
-
Paris
-
Orlando
-
New-York
-
Madrid (Deprecated)
-
London (Deprecated)
-
Kingston (Deprecated)
-
Jakarta (Deprecated)
-
Istanbul (Deprecated)
-
Helsinki (Deprecated)
-
Geneva (Deprecated)
-
Fuji (Deprecated)
-
Eureka (Deprecated)
Create ServiceNow plugin configurations
Plugin configurations are sets of parameters that can be applied across some, or all, plugin procedures. They can reduce the repetition of common values, create predefined parameter sets, and securely store credentials. Each configuration is given a unique name that is entered in the designated parameter for the plugin procedures that use them. The following steps illustrate how to create a plugin configuration that can be used by one or more plugin procedures.
To create a plugin configuration:
-
Navigate to
. -
Select Add plugin configuration to create a new configuration.
-
In the New Configuration window, specify a Name for the configuration.
-
Select the Project that the configuration belongs to.
-
Optionally, add a Description for the configuration.
-
Select the appropriate Plugin for the configuration.
-
Configure the plugin configuration parameters.
-
Select OK.
Depending on your plugin configuration and how you run procedures, the Differences in plugin UI behavior. field may behave differently in the CloudBees CD/RO UI. For more information, refer to |
ServiceNow plugin configuration parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the plugin configuration. |
||
Host |
Required. Host machine, such as |
||
Test connection? |
If selected, the connection endpoint and credentials are tested. |
||
Use CloudBees CD Application? |
If selected, EC-ServiceNow assumes the CloudBees CD/RO application is installed on the target instance. Otherwise, no native application-specific APIs are used. The procedures affected by this selection are:
|
||
Login as |
|
||
Log Level |
This option sets the debug level for logs. If Info is selected, only a summary is displayed. If Debug is selected, debug information is displayed. |
||
HTTP Proxy |
HTTP proxy used for connections. |
||
Proxy Authorization |
Username and password used to connect to the HTTP proxy. |
Create ServiceNow plugin procedures
Plugin procedures can be used in procedure steps, process steps, and pipeline tasks, allowing you to orchestrate third-party tools at the appropriate time in your component, application process, or pipeline.
Depending on your plugin configuration and how you run procedures, the Differences in plugin UI behavior. field may behave differently in the CloudBees CD/RO UI. For more information, refer to |
AddRecord
Adds a record to ServiceNow.
AddRecord input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Record ID |
Required. Record ID of the incident, such as a table or number. |
Content |
Required. JSON representation of the request content. To add a short description, use the following JSON: |
PropertySheet for procedure result |
Property sheet where the procedure results should be saved. The default is |
AttachChangeTasksToChangeRequest
Attaches one or more change tasks to a change request.
All change requests and tasks must already exist, or the procedure will fail. |
AttachChangeTasksToChangeRequest input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Change Request Record Id |
Required. Record ID of the change request to attach to the change task. |
Change Tasks Record Ids |
Required. Comma-separated change task record IDs of existing change tasks that should be linked to an existing change request. |
CheckApprovalStatus
Checks the status of one or more approvals.
When you select the Check All parameter, all the approvals are retrieved. When you select or specify the other parameters, specific approvals are retrieved. When both the Approval For and Approver parameters are specified, CloudBees CD/RO searches for and retrieves approvals that match both parameters. When the same approvals are retrieved using either the System ID(s) parameters or the Approval For and Approver parameters, CloudBees CD/RO retrieves and displays them once. |
CheckApprovalStatus input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Check All |
If selected, all approvals are retrieved. |
Approval For |
Identifier for the approval. An example of a change request is |
Approver |
User or group who approves the requests. |
System ID(s) |
Comma-separated list of unique identifiers for an approval. |
CheckChangeRequestStatus
Checks the status of one or more change requests.
When you select the Check All parameter, all the change requests are retrieved. When you select and specify other parameters, specific change requests are retrieved. When the Requested By, Assigned To, Configuration Item, Category, Priority, Risk, and Type parameters are all specified, CloudBees CD/RO searches for and retrieves change requests that match all of these parameters. When the same change requests are retrieved using either the Number(s) parameters or a combination of the other parameters as the search criteria, CloudBees CD/RO retrieves the change requests once. |
CheckChangeRequestStatus input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Check All |
If selected, all change requests are retrieved. |
Number(s) |
Comma-separated list of change request numbers. |
Requested By |
|
Assigned to |
|
Configuration Item |
|
Category |
Category assigned to the change request. |
Priority |
Priority assigned to the change request. |
Risk |
Risk assigned to the change request. |
Type |
Type of change request. |
CollectReportingData
Creates an incident report and sends it to CloudBees CD/RO.
CollectReportingData input parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the configuration. |
||
Source table |
Servicenow table to retrieve reporting data from. It should be the ServiceNow table name, with no label. For example, for an incident table, it should be |
||
Filter |
Simple filters can be written in JSON (for example, Complex filters must be written in the ServiceNow query language (for example,
|
||
Preview mode |
Special mode that is designed to help with report configurations. If selected, no reports are sent, no metadata is set, and high verbosity is enabled. In this mode, you can configure mappings and set the transformation before enabling automatic reporting. In this mode, each object retrieved from ServiceNow is displayed, including transformation, mapping, and final payload. |
||
Use Table API |
If selected, the ServiceNow REST Table API is used for data retrieval, instead of the default JSONv2 API. The REST Table API returns data with a different structure, thus the default mappings in the Field mapping parameter do not work. The default mappings for the REST Table API are:
When the REST Table API is enabled, you can use ServiceNow’s dot-walking feature to specify chains of field names, separated by escaped dots (periods) in the Field mapping parameter. For example:
|
||
Field mapping |
Allows you to map custom fields to the payload, or modify the payload values. For example:
|
||
Transform script |
Allows you to provide Perl script for payload customization. This method is invoked by the plugin with two parameters; the first parameter is the context object and the second parameter is the payload object. The method should be named "transform", and should return the payload object. In this example, the
|
||
Metadata propertysheet path |
Path to the property sheet used to store metadata. If omitted, the path is used depending on the context; either a schedule or procedure. |
||
Base URL for drill-down |
Drill-down URL for the records in ServiceNow. |
||
Release Filter URI |
URI used with the Base URL for drill-down, to build a drill-down URL for records in ServiceNow. |
||
Debug |
If selected, the debug level is set to Debug. |
CreateChangeRequest
Creates a new change request in the ServiceNow instance.
|
If you decide to use a non-admin user in the ServiceNow instance with the enabled CloudBees CD/RO application, you must ensure that the user has the required import_transformer and EFImportTableAdmin roles. |
CreateChangeRequest input parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the configuration. |
||
Description |
Required. Short description for the new change request. |
||
Correlation ID |
Used for pipeline gates, by approving or rejecting the change request on the ServiceNow side. It must contain the path for the For example,
|
||
Correlation Display |
Triggers the native ServiceNow CloudBees CD/RO application.
|
||
Content |
Additional |
||
Result Property Sheet |
Property sheet where procedure results should be stored. |
CreateChangeTask
Creates a new Change Task in the ServiceNow instance.
|
If you decide to use a non-admin user in the ServiceNow instance with the enabled CloudBees CD/RO application, you must ensure that the user has the required import_transformer and EFImportTableAdmin roles. |
CreateChangeTask input parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the configuration. |
||
Description |
Required. Short description for the new change task. |
||
Correlation ID |
Used for pipeline gates, by approving or rejecting the change request on the ServiceNow side. It must contain the path for the For example,
|
||
Correlation Display |
Triggers the native ServiceNow CloudBees CD/RO application.
|
||
Change Task Details |
Specify values for various ServiceNow change task fields using JSON format. For example, |
||
Change Request Record ID |
Record ID of the change request to attach to the change task. The change request number or |
||
Result Property Sheet |
Property sheet where procedure results should be stored. |
CreateIncident
Creates an incident in ServiceNow.
CreateIncident input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Description |
Required. Short description of the incident. |
Assignee |
User or group to which the incident is assigned. |
Impact |
Impact an incident has on business. Specify the impact level as an integer. |
Urgency |
Extent to which the incident’s resolution can be delayed. Specify the urgency level as an integer. |
Priority |
How quickly the service desk should address the incident. Specify the priority level as an integer. |
Content |
JSON representation of the request content. To add a short description, use the following JSON: |
PropertySheet for procedure result |
Property sheet where the procedure results should be saved. The default is |
CreateRecord_NextGen
Creates records in ServiceNow in place of granular procedures that have already been exposed in this plugin. This procedure integrates with ServiceNow using the REST Table API and supports the scenario where you can optionally pass display values instead of sys_id
values.
CreateRecord_NextGen input parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the configuration. |
||
Table |
Target table on the ServiceNow instance, where records should be created. For example:
|
||
Short description |
Short description for creating records.
|
||
Content |
JSON representation of the request content. To add a short description, use the following JSON: |
||
Get Display Values |
Retrieves the display value and/or the actual value in records fields.
|
||
Use Input Display Values |
If selected, the input values are treated as display values. |
DeleteRecord_NextGen
Deletes records in ServiceNow in place of granular procedures that have already been exposed in this plugin. This procedure integrates with ServiceNow using the REST Table API.
DeleteRecord_NextGen input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Table |
Target table on the ServiceNow instance, where the record should be deleted. For example:
|
Sys ID |
|
GetChangeTasks
Retrieves change tasks from the ServiceNow change tasks table.
GetChangeTasks input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Change Task Retrieval Type |
Type used for change task retrieval. Available types:
|
Record ID |
A Record ID of ServiceNow change task to retrieve. |
Change Request Record ID |
Record ID of the change request to attach to the change task. The change request number or |
ServiceNow QL |
A ServiceNow QL query, that can be copied in the ServiceNow instance table navigation by using the Copy query link. |
Result Property Sheet |
Property sheet where procedure results are saved. |
GetRecord
Returns a record from ServiceNow.
GetRecord input parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the configuration. |
||
Record ID |
Universal field for ServiceNow records identification. The ServiceNow
Fewer identifiers also may be specified. Numbers should be separated by a comma. For unsupported or custom tables and prefixes, the
|
||
Filter |
Filters, formatted in JSON. For example:
|
||
Content |
JSON representation of the request content. To add a short description, use the following JSON: |
||
PropertySheet for procedure result |
Property sheet where the procedure results should be saved. The default is |
GetRecords_NextGen
Retrieves records from ServiceNow in place of granular procedures that have already been exposed in this plugin. This procedure integrates with ServiceNow using the REST Table API and supports the scenario where you can optionally pass display values instead of sys_id
values.
GetRecords_NextGen input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Retrieval type |
Type that is used for record retrieval.
|
Table |
Table on ServiceNow instance, where records should be searched. For example:
|
Sys IDs |
|
Numbers |
Numbers of the target records, separated by a comma, whitespace, and/or a newline. |
ServiceNow QL |
A ServiceNow QL query that can be copied in a ServiceNow instance table navigation by using the Copy query link. |
Get Display Values |
Retrieves the display value and/or the actual value in records fields.
|
SetChangeRequestStatus
Sets the status of one or more change requests.
When the Requested By, Assigned To, Configuration Item, Category, Priority, Risk, and Type parameters are all specified, CloudBees CD/RO retrieves the change requests that match all of these parameters and updates their status. When the same change requests are retrieved using either the Number(s) parameters or a combination of the other parameters as the search criteria, CloudBees CD/RO retrieves, updates, and displays them once. |
SetChangeRequestStatus input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
New State |
Required. New state for one or more change requests that match the search criteria. |
Number(s) |
Comma-separated list of change request numbers. |
Requested By |
|
Assigned to |
|
Configuration Item |
|
Category |
Category assigned to the change request. |
Priority |
Priority assigned to the change request. |
Risk |
Risk assigned to the change request. |
Type |
Type of change request. |
UpdateIncident
Creates an incident in ServiceNow.
UpdateIncident input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Description |
Required. Short description of the incident. |
Sys ID |
Required. |
Assignee |
User or group assigned to the incident. |
Impact |
Effect an incident has on business. Specify the impact level as an integer. |
Urgency |
Extent to which the incident’s resolution can be delayed. Specify the urgency level as an integer. |
Priority |
How quickly the service desk should address the incident. Specify the priority level as an integer. |
Content |
JSON representation of the request content. To add a short description, use the following JSON: |
PropertySheet for procedure result |
Property sheet where the procedure results should be saved. The default is |
UpdateRecord
Returns a record from ServiceNow.
UpdateRecord input parameters
Parameter | Description | ||
---|---|---|---|
Configuration Name |
Required. Name of the configuration. |
||
Record ID |
Universal field for ServiceNow records identification.
Fewer identifiers also may be specified. Numbers should be separated by a comma. For unsupported or custom tables and prefixes, the
|
||
Filter |
Filters must be written in JSON. For example:
|
||
Content |
JSON representation of the request content. To add a short description, use the following JSON: |
||
PropertySheet for procedure result |
Property sheet where the procedure results should be saved. The default is |
UpdateRecord_NextGen
Updates records in ServiceNow in place of granular procedures that have already been exposed in this plugin. This procedure integrates with ServiceNow using the REST Table API and supports the scenario where you can optionally pass display values instead of sys_id
values.
UpdateRecord_NextGen input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
Table |
Target table on ServiceNow instance, where the record should be updated. For example:
|
Sys ID |
|
Content |
JSON representation of the request content. To add a short description, use the following JSON: |
Get Display Values |
Retrieves the display value and/or the actual value in records fields.
|
Use Input Display Values |
If selected, treat input values as display values. |
UpdateTasksStatuses
Sets the status of one or more tasks.
When the Requested By, Requested for, Assignment Group, and Approval parameters are all specified, CloudBees CD/RO retrieves the tasks that match all of these parameters and updates their status. When the same change requests are retrieved using either the Number(s) parameters or a combination of the other parameters as the search criteria, CloudBees CD/RO retrieves, updates, and displays them once. |
UpdateTasksStatuses input parameters
Parameter | Description |
---|---|
Configuration Name |
Required. Name of the configuration. |
New State |
Required. New state for one or more change requests that match the search criteria. The default is Pending. |
Number(s) |
Comma-separated list of change request numbers. |
Requested Item |
|
Requested for |
|
Assignment Group |
|
Approval |
Approval value for the task. |
ServiceNow plugin use cases
Use the ServiceNow plugin’s Filter field
The following examples illustrate how to use the ServiceNow plugin Filter field:
Basic Filter field usage
The Filter field is used in the CollectReportingData, GetRecord, and UpdateRecord procedures. Valid Filter entries can either be:
-
JSON filters: These are simple JSON filters consisting of a ServiceNow table column actual name, and a value or label. For example,
{"assigned_to": "user123"}
, where:-
assigned_to
is the actual name of a table column display name. -
user123
is a username value.JSON-based filters cannot use complex filtering syntax.
-
-
ServiceNow query language filters: These can be either simple or complex filters consisting of ServiceNow table column actual names, values or labels, and optional operators. For example:
short_descriptionISEMPTY^ORdescriptionISEMPTY^priority=1
Where:
-
short_description
,description
, andpriority
are actual names of table columns display names. -
ISEMPTY
and1
are values and labels. -
^OR
and^
are operators.For complex filters, you must use ServiceNow operators. For more information, refer to Use ServiceNow operators in filters.
-
When using either filter type, always ensure you are using the actual name of the table column you want to filter for. For more information, refer to Find the actual names of columns in ServiceNow tables.
Find the actual names of columns in ServiceNow tables
To find the actual names of table columns in your ServiceNow tables:
-
In ServiceNow, navigate to
. -
In the Table Names list, find the table type you want to filter for, and select its name. The Column Names list opens.
-
In the Column Names list, find the column you need the name attribute for, and select its name. The Column Attributes list opens.
-
In the Column Attributes list, find the name attribute in this list, and to the right of it, is the actual name of the column.
You must always use actual names when constructing your simple or complex filters.
Use ServiceNow operators in filters
When writing complex filters using the ServiceNow query language, the Filters field supports using ServiceNow operators to construct complex queries. The following examples demonstrate basic usage:
-
To return only the results for incidents that are both
"critical": "1"
and"impact": "1"
usingand
:priority=1^impact=1
-
To return the results for incidents that are either
"critical": "1"
and"impact": "1"
usingor
:priority=1^ORimpact=1
-
To return the results for incidents that are
"critical": "1"
but not"impact": "1"
usingis not
:priority=1^impact!=1
For a complete list of ServiceNow operators and examples, refer to the Operators available for filters and queries. |
Native ServiceNow CloudBees CD/RO application
The CloudBees CD/RO application is installed in ServiceNow to facilitate an approval or rejection of a change request by a ServiceNow user to perform an action in CloudBees CD/RO (via a Rest API call) based on a business rule associated with a change_request
table. This integration calls a run procedure API and runs a job on the CloudBees CD/RO server. This job approves a specified stage’s exit gate and moves a pipeline to the next stage.
The following steps demonstrate how to use the CloudBees CD/RO application and the ServiceNow plugin to provide bidirectional integration between CloudBees CD/RO and ServiceNow.
To configure bidirectional integration between CloudBees CD/RO and ServiceNow:
-
Install the CloudBees CD/RO application available in the ServiceNow Store in your ServiceNow instance as an admin user.
-
Upon installation, the application creates a special user group named ServiceNowChangeApprovers with appropriate access rights in CloudBees CD/RO.
-
Activate the CloudBees CD/RO application in ServiceNow.
-
In CloudBees CD/RO, use the CreateChangeRequest procedure to create a change request as the first pipeline task.
-
Set the Correlation ID parameter as follows, where
%StageName%
is the name of the stage that contains your gate, and%GateName%
is your gate’s name./flowRuntime/$[/myPipelineRuntime/id]/stage/%StageName%/gate/POST/taskName/%GateName%
-
Set the Correlation Display parameter as follows:
ElectricFlow Pipeline Gate
-
-
Create a pipeline gate with an approval step for that pipeline.
-
Create a pipeline task that should be performed only if the pipeline gate has been approved.
-
Create a change request on the ServiceNow instance using the ServiceNow plugin in CloudBees CD/RO.
-
After the change request is approved or rejected on the ServiceNow side, ServiceNow sends a notification to the CloudBees CD/RO server where the ServiceNow plugin is installed.
-
The ServiceNow plugin uses an internal procedure to approve or reject the pipeline gate that is waiting on manual approval.
-
The pipeline continues if the pipeline gate is approved or is aborted if the pipeline gate is rejected.
Configure self-signed certificates for the ServiceNow plugin
This section is only applicable when your ServiceNow instance is installed on your hardware, within your environment, and disabling SSL validation goes against your policies. |
Typically, ServiceNow instances are running on ServiceNow hardware, where their certificates are valid, and those instances are generally available online. However, in cases where you must install and configure your certificate(s) on an agent, you can either:
Install your self-signed certificate as a single file
To install your self-signed certificate as a single file:
-
Copy your certificate file to the agent filesystem that runs your plugin procedures/pipelines.
All follow-on steps that refer to an agent are referring to this agent. -
Set the environment variable
PERL_LWP_SSL_CA_FILE
orHTTPS_CA_FILE
with the path to your agent certificate file location. For information on how to set an environment variable on your agent, refer to Configure agent environment variables.PERL_*
environment variables take priority overHTTPS_*
environment variables. If both are set,PERL_*
variables overrideHTTPS_*
variables and are used by the plugin. It is recommended to usePERL_*
environment variables as the default type for your environment variables.
Install a folder with your self-signed certificates
To install a folder with your self-signed certificates:
-
Copy your certificates folder to the filesystem of the agent that runs your plugin procedures or pipelines.
All follow-on steps that refer to an agent are referring to this agent. -
Ensure the certificates in the folder are properly hashed. For more information, refer to openssl certhash command reference.
-
Set the environment variable
PERL_LWP_SSL_CA_FILE
orHTTPS_CA_FILE
with the path to your agent certificate folder location. For information on how to set an environment variable on your agent, refer to Configure agent environment variables.PERL_*
environment variables take priority overHTTPS_*
environment variables. If both are set,PERL_*
variables overrideHTTPS_*
variables and are used by the plugin. It is recommended to usePERL_*
environment variables as the default type for your environment variables.
ServiceNow plugin release notes
3.2.6
-
Improved SSL/TLS certificate validation to ensure that when the Ignore SSL issues parameter is selected that SSL/TLS validation is properly disabled.
3.2.5
-
Updated tooltips and documentation for the Filter field in the GetRecord and UpdateRecord procedures, to designate that only JSON can be used.
-
Updated the ServiceNow Store application link for CloudBees CD/RO in the plugin configuration.
-
Tested the plugin with ServiceNow Vancouver.
3.2.4
-
Updated tooltips and added use cases for the Filter field used in the GetRecord, CollectReportingData, and UpdateRecord procedures.
3.2.3
-
Starting from v3.2.3, legacy plugin configurations are deprecated and disabled. Additionally, the Automation Platform UI no longer supports creating new plugin configurations. Selecting Create Configuration in the Automation Platform UI redirects you to the Configure Plugin page within the updated UI where you can configure the plugin. To migrate any needed configurations, refer to the plugin configuration migration item in the service catalog.
3.1.1
-
Fixed an issue where the Use CloudBees CD Application? parameter was selected in the plugin configuration, but did not have any effect.
3.1.0
-
The plugin has been improved to support the new plugin management system and new configurations.
-
Added session validation.
3.0.0
-
The plugin is switched to new Perl now. No backward compatibility with releases prior 10.3. Starting from this release, a new agent is required to run this plugin’s procedures.
2.9.0
-
Support for the Table API and dot-walking feature have been added to the CollectReportingData procedure.
2.8.0
-
Added support for the following new procedures to provide a robust integration with ServiceNow using the REST Table API. In addition, you can now optionally pass display values instead of
sys_id
values.-
CreateRecord_NextGen
-
GetRecords_NextGen
-
UpdateRecord_NextGen
-
DeleteRecord_NextGen
-
-
The AttachChangeTasksToChangeRequest and GetRecord procedures have been updated to properly handle ServiceNow instances that do not have AgileManagement tables.
2.7.0
-
Added support for the AttachChangeTasksToChangeRequest and GetChangeTasks procedures.
-
Improved the CreateConfiguration and EditConfiguration procedures. Now it is possible to test connections to endpoints.
-
Improved the CreateChangeTask procedure. Now it is possible to attach a change task to an existing change request during creation.
-
Fixed an issue with the plugin configuration, where a warning was incorrectly displayed when the widget was opened.
-
Fixed an issue with logging to a property.
-
Fixed a missing newline in log messages.
2.5.0
-
Added support for the CreateChangeTask procedure.
-
Improved the CreateConfiguration and CreateChangeRequest procedures. Now it is possible to use the CreateChangeRequest and CreateChangeTask procedures without installing the ElectricFlow Release application to the ServiceNow instance.
-
Improved the ApproveOrRejectPipelineGate procedure by adding the option to approve manual tasks in pipeline steps.
2.4.0
-
Added support for the ServiceNow Agile/Release Module Objects.
-
Improved an error message that is returned when using an unknown record ID number prefix.
-
Fixed creating configuration by user with "@" in username.
2.3.0
-
The Filter parameter in the CollectReportingData procedure now supports the ServiceNow query language.
-
Added support for the Release Command Center (RCC) v9.0.
2.2.1
-
Fixed an issue where the ApproveOrRejectPipelineGate was unable to approve or reject pipeline gates.
2.2.0
-
Added support for HTTP proxy. Customers who use HTTP proxy can now specify proxy information (host, port and credentials at the configuration level) and all procedures now use the proxy as secondary credentials for authentication.
2.1.4
-
Configured the plugin to allow the ElectricFlow UI to create configurations inline of the procedure form.
-
Added an icon for ElectricFlow dashboards.
2.1.3
-
Configured the plugin to allow the ElectricFlow UI to render the plugin procedure parameters entirely using the configured form XMLs.
-
Enabled the plugin for managing the plugin configurations inline when defining an application process step or a pipeline stage task.
2.1.1
-
Added support for the CollectReportingData procedure.
-
Miscellaneous bug fixes and improvements.
2.0.1
-
The Content parameter was replaced with the Tagsmap parameter in the CreateIncident and UpdateIncident procedures.
2.0.0
-
The plugin procedures now use the ServiceNow REST API instead of SOAP.
-
The plugin now is incompatible with previous releases.
-
Added support for the UpdateIncident procedure.
-
The plugin code was refactored.