Scripted REST API to create ...#1934
Merged
ravichandra1998g merged 4 commits intoServiceNowDevProgram:mainfrom Oct 8, 2025
Merged
Scripted REST API to create ...#1934ravichandra1998g merged 4 commits intoServiceNowDevProgram:mainfrom
ravichandra1998g merged 4 commits intoServiceNowDevProgram:mainfrom
Conversation
...incidents in the correct domain
earlduque
previously requested changes
Oct 8, 2025
|
|
||
| --- | ||
|
|
||
| ## 📄 License |
Contributor
There was a problem hiding this comment.
I understand that this is AI generated but please proof-read. A file cannot be MIT licensed when the repository itself is not. please remove this section.
Contributor
Author
There was a problem hiding this comment.
Done! Sorry about that, Earl — I usually select the MIT License for repositories on my GitHub account by default. It’s just a habit I picked up and didn’t realize it doesn’t apply to the code-snippets repo.
Removed 1. Reference to Hacktoberfest 2. Removed PR Checklist which I included accidentally 3. Removed License information.
removed reference to Hacktoberfest
1. Removed all references to Hacktober fest 2. Removed PR Template 3. Added Prerequisites & Dependencies
ravichandra1998g
approved these changes
Oct 8, 2025
Contributor
ravichandra1998g
left a comment
There was a problem hiding this comment.
Thank you for making the changes!
looks good now!
Contributor
Author
|
Thank you Earl and Ravi for reviewing the PR and merging it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...incidents in the correct domain
PR Description:
This pull request adds a Scripted REST API for ServiceNow that creates Incident records in the domain and company of the authenticated user. The API was developed as part of a Hacktoberfest 2025 contribution and is intended for educational and demonstration purposes. The
createmethod ensures incidents are scoped to the user's domain, supporting multi-tenancy and domain separation best practices.Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Server-Side Components/Documentation
Restrictions