-
Notifications
You must be signed in to change notification settings - Fork 910
Scripted REST API to create ... #1934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripted REST API to create ... #1934
Conversation
...incidents in the correct domain
|
|
||
| --- | ||
|
|
||
| ## 📄 License |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making the changes!
looks good now!
|
Thank you Earl and Ravi for reviewing the PR and merging it. |
...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