Group Naming Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19 hours ago
What are some best practices for naming groups?
In my current project, we are implementing a ServiceNow change request process.
We have a group responsible for implementing and approving changes for each product provided by the client (AWS, CrowdStrike, etc.). Separate from these groups, there is also a product operations group.
We are planning to define groups for each product using the following names. Are there any other good naming or best practices?
・Change Working Group: {Product Name} Change
・Change Approval: {Product Name} Change Approver
・Operations Group: {Product Name}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19 hours ago - last edited 19 hours ago
Hi @MiY ,
Your naming convetion approach is ok as what we are using in our organization ex:-
XYZ-Adoption-Change Managers
XYZ-IS-Test Managers-Change Assignment
XYZ-CLOUD-LINUX_L2
Where XYZ is the name of the company so you can use any relevant name which will convey proper information.
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19 hours ago
My thoughts
-> your current naming convention looks fine but you should give descriptive names
-> something like this
{Scope/Dept/Function} – {Product/Service} – {Role/Responsibility}
check these links for better explanation
6 Tips for Understanding and Managing ServiceNow Groups
ServiceNow Group Best Practices
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19 hours ago
Hi @MiY
May you consider adding prefixes for easier sorting and identification:
• CHG-WG-{Product Name} (Change Working Group)
• CHG-APP-{Product Name} (Change Approver)
• OPS-{Product Name} (Operations)