Need to filter CI

Arun Priya
Tera Contributor

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 s
hould not show the Ci which has development as the environment in the CI

ArunPriya_1-1752760632546.png

 

 

6 REPLIES 6

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

ArunPriya_0-1752765706450.png

 

Luiz Lucena
Mega Sage

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';

LuizLucena_0-1752782236702.png

In the screenshot I have excluded development, but you may want to exclude Test or any environment.