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 boolean property specifies whether change requests should be checked for conflicts within the CI's maintenance window. |
| What area does it affect? |
Change Management |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring change management policies or troubleshooting conflict issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
change.conflict.currentwindow |
| Sys ID |
409fe30b0a0a2c3e287fe134cf88f1ca |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
When checking change request conflicts, check whether the change falls within the CI's maintenance window |
| Updated |
2024-05-25 04:20:25 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the blackout window. change.conflict.relatedparentblackoutChecks whether the change request of the parent CI falls within the blackout window. change.conflict.currentci Checks whether the change request is already scheduled against the given CI. change.conflict.currentwindow Checks whether the change request of the CI falls within the maintenance window. change.conflict.relatedchildwindow Checks whether the change request of any of the child CIs falls within the maintenance window. ...
Related properties