- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 04:50 AM
Hi,
in my current projekt I need to search for changes which have change-tasks with specific assignment-groups.
Currently I'm using:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 05:11 AM
I think you are using Change Management API. Are you giving this endpoint to some 3rd party and they want to fetch the details.
It doesn't support query on change_task table
You can search Change Task but using CHG SysId
Both the GET APIs cannot be used
So you need to use Scripted REST API and create a custom endpoint and once they hit the API the response can be shared by using GlideRecord in that scripted REST API
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
01-08-2024 04:55 AM
Create a report on change task table and filter the assignment group
or
assignment_group=477a05d153013010b846ddeeff7b1225
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 05:11 AM
I think you are using Change Management API. Are you giving this endpoint to some 3rd party and they want to fetch the details.
It doesn't support query on change_task table
You can search Change Task but using CHG SysId
Both the GET APIs cannot be used
So you need to use Scripted REST API and create a custom endpoint and once they hit the API the response can be shared by using GlideRecord in that scripted REST API
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