- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 12:34 AM
Incident Tickets when reassigned, to a new group and assigned to person at the same time move to New state, but in such cases should be moved to Active state. Can anyone help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 02:23 AM
There could be a conflicting BR that is changing the state to New. OOB it should remain as active on reassignment. You can debug using field watch on the incident state field and identify which all BR's are affecting the value when assignment is changed.
Field Watcher - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 03:11 AM
go to java debuger tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 04:55 AM
In the debugger tab I don't find anything, can you please tell me how to use it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 02:23 AM
There could be a conflicting BR that is changing the state to New. OOB it should remain as active on reassignment. You can debug using field watch on the incident state field and identify which all BR's are affecting the value when assignment is changed.
Field Watcher - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 02:31 AM
Hi Sanoop,
I don't find the option 'Watch - filed_name' when I right click on the field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 02:38 AM
Hi,
Check the BR or Client Script from the incident form.
Configure it in the form.
There must be a BR/Client Script which is leading to get that state.
One more suggestion use the state field and in filter condition check where it is being used.
Kindly check Wiki for more info...
Thanks and Hope it is helpful.