- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 02:12 AM
Hi , my requirement is In Problem Management if configuration item is *ANNIE-IBM make priority is high , achieve this by using UI Policy .
I have tried , I am attatching the screenshot , please correct me where I am wrong
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 02:21 AM
Hello @Ashok Kumar
You can use Condition and use execute if true script to set priority to High
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 02:15 AM
Hi,
Instead of script you can use condition on UI Policy.
If you are using script then you need to use sys_id of CI in your IF condition instead of name.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 02:21 AM
Hello @Ashok Kumar
You can use Condition and use execute if true script to set priority to High
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 02:38 AM
Thankyou Vishal , its working