The Quality Clouds ServiceNow Store application uses a number of system properties to control its behaviour. This page documents each variable’s purpose and its recommended setting, if any.
Property Name | Default Value | Type | Comments |
---|---|---|---|
x_qucl_qc_snow.auto_generated.api.key.group | d1fb44b41b9ba11020b66391ec4bcb0b | string | Group for QualityClouds users. Includes access to LiveCheck functionality. All users added to this group will have an auto-generated Quality cloud API Key. |
x_qucl_qc_snow.qc_admin.auto_generated.api.key.group | ca7c0ec91b1b251001ef98e1b24bcba8 | string | Group for QualityClouds admins. Includes access to LiveCheck functionality. All users added to this group will have an auto-generated Quality cloud API Key. |
x_qucl_qc_snow.peer_review.auto_generated.api.key.group | 6b8c67bcdb5c3050f73b6451ca9619b7 | string | All users added to this group will have an auto-generated Quality cloud API Key |
x_qucl_qc_snow.write.access.username | qc-read-write | string | The user id of the account used to notify update set LiveCheck completions. Used from version 9.6 of the application only. |
x_qucl_qc_snow.write.access.password | {{gpaes}}<encrypted password> | password | The password of the account used to notify update set LiveCheck completions. Used from version 9.6 of the application only. |
x_qucl_qc_snow.lc_max_items | 500 | integer | Max number of items in an update set to allow synchronous Live Check and Quality Gate. Deprecated after version 9.6. |
x_qucl_qc_snow.us_scan_include_all_types | FALSE | true | false | Set to true to include all elements in an Update Set during LiveCheck. Setting it to false increases performance but the whole Update Set content will not be reflected in the LiveCheck view. Deprecated after version 9.6. |
x_qucl_qc_snow.issue_limit | 20 | integer | Set the number of issues to be inserted into one Incident/Defect/Story when using the Bulk Export functionality. |
x_qucl_qc_snow.qc.rest.url | https://api-development.qualityclouds.com | string | URL for REST integration to enable easy change from PROD to DEV. Deprecated after version 9.6. |
x_qucl_qc_snow.qc.apigw.url | https://api-development.qualityclouds.com | string | URL for the Quality Clouds API Gateway. This is the main integration endpoint for the application to contact the Quality Clouds backend. Modify this only if you are hosted in single-tenant environment in the Quality Clouds backend. |
glide.ui.x_qucl_qc_snow_quality_clouds_peer_review_activity.fields | u_work_notes | string | Quality Clouds Peer Review activity formatter fields |
x_qucl_qc_snow.bulk_writeoff_limit | 50 | integer | Set the maximum number of issues for which a bulk writeoff can be submitted in a single batch. |
x_qucl_qc_snow.ootb.message | Quality Clouds: You are viewing the definition of an Out of the Box element. Modifying this element may cause upgradeability issues. | string | Warning message to avoid OOTB record modification. |
x_qucl_qc_snow.app_sys_id | <app_sys_id> | string | Sys_id of the application “Quality Clouds”. Do not modify. |
x_qucl_qc_snow.logging.destination | db | string | Deprecated. |
x_qucl_qc_snow.logging.verbosity | debug | string | Deprecated. |
x_qucl_qc_snow.qc.rest.v3.url | https://services.qualityclouds.com/api/v3 | string | Deprecated. |