Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:11 AM
When i am creating the ticket using rest integration . I am able to create the ticket in other service now instance but i am getting the incident tickets are created with all fields except two fields work notes & sub category .below is the code i have written .Please ley me know if any modifications has to be done.
Script :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:14 AM
Hi there,
Have you verified that there's no business rule that prevents the subcategory? Or that you have the same category/subcategory structure between the instances and possibly its dependency with category?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:43 AM
i will check for subcategory but what about work notes?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 02:45 AM
Have you verified if current.work_notes is correct? For example when executing this Async, current.work_notes will be empty.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:01 AM
I have added the log into the After BR