How can you cancel all pending access requests in ISC? We use ServiceNow as our access request system, however, as part of an application configuration, over 1000 ISC access requests were sent to the application owner’s task queue.
Thank you Tom. This is my error. I meant Pending work items.
My apologies for not being adept with this, how would I do it in bulk when there is one ID variable? Would I add the IDs separated by commas or semicolons?
Hi Renee,
Whenever I need to perform a bulk upload for IDN I use Postman.
1. Create a new collection in Postman
2. Create a new request
4. Create a Variable for ID by going to the collection and select Variables
6. Create a CSV file with all work item IDs
8. Run the collection using the CSV file you have just created (This will loop through the IDs)
Thanks,
Dan
4 Likes
Perfect. Thank you SO much Dan. Much appreciated.
1 Like