iwhen Non-Production issue Boolean field value is true with automatically set the values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 07:34 PM
Hi Team,
Whenever Non - Production Issue Boolean field value is true in incident form will automatically set values as below
1. State - On hold
2. On hold reason - Awaiting fix
3. Configuration item - US Apps
I have used below BR to set those values
I have used below script to set those values in incident form
US apps is not setting in Configuration field, please let me know US Apps is not setting in configuration item
Thanks,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 09:18 PM
Hi Community,
I have changed the script like as below
Thanks,
Srinivasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 09:46 PM
@Srinivasu2 OOTB Configuration item field has a reference qualifier defined on it. This reference qualifier might be filtering out your US Apps CI item from the configuration item list.
This could be the reason why you are not able to set US Apps as your CI Item on the incident form.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 10:03 PM - edited 05-06-2024 10:05 PM
- First check the configuration item field dictionary. There should be reference qualifier and check if your configuration item satisfies the Ref. Qual condition
- Configuration Item field is dependant on Company field. Please take the Company field on the form layout and see if the company field is setting the value automatically or not.
- Your code is correct but if you have static value to set on the incident form then why you are doing this by script? It can be done by Action tab on business rule.
If this answer is helpful please mark correct and helpful!