Need to filter CI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 06:58 AM
Hi Everyone,
When the variable environment is chosen as prod. It should not display list of configuration item (variable in change request) were its environment is development, others should be shown.
It does work when I change in dictionary Override. But I need those changes when a variable called environment is selected as "production" it should not show the Ci which has development as the environment in the CI
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 08:21 AM
It is a custom field. I have used default method in the reference qualifier. But 'configuration item' should work only when the environment is changed to production
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 01:03 PM
Hi @Arun Priya
Try this and let us know what happens. If you have all your systems defined with the environment, only those with Production should show up.
Add this to the end of the line: javascript: 'environmentNOT INDevelopment^environmentNOT INTest';
In the screenshot I have excluded development, but you may want to exclude Test or any environment.