HOW ? REST API Adding Additionl Comments and Work Activity items to a Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 06:38 AM
HOW DO YOU ?
Via the REST API Add Additionl Comments and Work Activity items to a Incident?
which API to use?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 06:43 AM
Hi @mc-webcore ,
Please refer to this thread : https://www.servicenow.com/community/developer-forum/incident-comments-or-work-notes-added-by-rest-a...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 06:43 AM
1) You can use the baseline table API for incident (not recommended per sé, as you limit the control over what is entered in your system)
2) You can create an import set API for the integration that you are working on, and then use a transform map to bring the data to the target fields (in your case: "comments". Not sure what you mean by "work activity"; if that is "work notes", it will work in the same way).
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 06:46 AM