
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to mass close SD ticket in SM 9.51.0048!!
Hi all,
I would like mass close the Service Desk tickets(around 1k). Is there a way to do this. Please advise. I saw the post subject"How to close mass tickets(SD)? HPSM 9.20".
The steps said were Below. But not sure whats next. I don find any online help to move further. I need to know steps for Text Import wizard. I m a newbie to SM. Please help. Your help is much appreciated.
- Click Tailoring > Database Manager.
- Click More or the More Actions icon, and then select Text Import Wizard.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mass close interaction records:
For the out-of-box systems, the ADMIN and SYSADMIN profiles include the Mass Close capability. You can use Mass Close for interaction lists and interaction queues. Choose one of the following methods to mass close interactions.
Mass close interaction records after searching for interactions
To mass close interaction records after searching for interactions:
Click Service Desk > Search Interaction Records.
Use Search to display a list of interaction records.
Select the records in the record list you want to close.
Click Mass Close.
Edit the text present for the resolution of the interaction or accept the text.
Click Finish.
Mass close interaction records from the Interaction Queue
To mass close interaction records from the Interaction Queue:
Click Service Desk > Interaction Queue.
Specify the Queue and the View.
Select the records in the record list you want to close.
Click Mass Close in the More Actions menu.
Specify the Resolution Code. Use the Fill icon to display a list of available codes.
Click Next.
Accept or edit the text in the Resolution text box.
Click Finish.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
Thanks for the respone, I appreciate your help. But when i do an expert search with the following
incident.id isin{"SD*","SD*","SD*"}. It brings me the interaction record and when i click mass close from the top menu, it is asking resolution code and comment. And when i hit finish. it throughs me the attached error. Could you please tell me why. I m having sysadmin rights by the way.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
thanks


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You can navigate to Tailoring->Document Engine->States.
Search for sd.view record and check if there is a mapping available for massclose.
If yes, navigate to Tailoring->Document Engine-> Processes and check if the process with the name interactions.massclose is available or not.
Matilda

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
There may be some validations occurring when you are attempting to Mass Close tickets. For example, an assignee is required or a required comment. The other option is to perform a complex update.
1. Go to Database Manager select the table, select the box "Administration mode", then click on Search button.
2. Select a form, then search for your tickets.
3. Click on Mass Update and make sure the pop-up displays count of your tickets.
4. Click on Complex Update button.
5. Within the box "Instructions to be executed Once..., type $L.fc=NULL
6. Within each line for action on Each RECORD, enter the fields you want to modify. Each entry will modify all records within your list. Example entries:
resolution in $file = {"Manually Closed"}
resolution.code in $file = "Solved by User Instruction"
close.time in $file= '11/18/2020 11:00:00'
open in $file = "Closed"
Joe

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In that case, you can try the option suggested by @nolejj .
Matilda

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Regards and sorry for my google english.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
There are 2 things you could check
1) Is the Mass Close rights selected for the rights assigned to the user for the module?
2) Select multiple records and then click on Mass Close.
This worked in our SM environment.
Matilda

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We already checked that, but when we close the interactions we get an error that says "'closeme' is not a valid action for Interaction. Make sure you are authorized to perform the action and that the condition of the action is met." and when we close mass incidents, it just leaves the list status as "Closed" but the incident remains the same when you see it later.
Regards, Manuel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
That message can often mean that there is no transition in your workflow from the phase your ticket is in to the phase your action is trying to move it to, or the conditions in an existing transition are not being met. If your record/s could potentially be in a phase (or phases) that doesn't normally move to Closure, or your existing transition has restrictive conditions, you probably have to add a transition from that phase to Closure, or modify the conditions in your existing transition.
Audrey