Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enforces a requirement for code reviews prior to code being pushed to the ServiceNow instance, ensuring that all changes are vetted. |
| What area does it affect? |
Code Management |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when establishing development workflows or improving code quality standards. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.snc.teamdev.requires_codereview |
| Sys ID |
75af4711bf3011002eff1c2a7f073967 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Code reviews are required before pushes are applied to this instance |
| Updated |
2024-05-25 03:54:16 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... to All > Team Development > Properties. 2. Select the Yes check box for If this property is set to Yes, code review is required before pushing to this instance (com.snc.teamdev.requires_codereview). 3. Click Save. Setting this property adds the Code Review Requests module to the application menu and requires all changes pushed to this instance to remain in the Awaiting Code ...
Related properties