Possible Questions:


Resolution Path:


1. I am unable to bulk close the tickets from the list view. The system is prompting me to fill in a few ticket fields. How can I fix this?



If the customer is trying to bulk close tickets from the list view and if they have configured a few ticket fields that are mandatory to be filled when closing the tickets, they will see the above message when they have not filled that field.


Either they will have to fill the values in these fields or make it a non-mandatory field under the Admin>Ticket Fields section to bulk close the tickets.


2. I am trying to bulk-close tickets from the list view. I don't see any error messages but the tickets are not getting updated. How can I fix this?


If the customer is not seeing any warning/error messages and if they are still not able to bulk-update, we can check the logs for the bulk-update action they performed. You can navigate to the POD-specific Sumologic application and enter the below search query:


"acc id" AND "tickets/bulk_update" OR "acc id" AND "bulk_update"


2021-10-26 12:14:14 id=cb68ca24-600c-4a07-89d4-283c20ddba2b, tp=OO- f618a943d811197daOd97219f1c99e13-65e5c6fe07ff7127-OO, cid-1635246831058, wid=, e ip=165.1.160.105, a-1536168, u=81015956206, d=balquiarsco.freshdesk.com, p=/api/_/tickets/bulk_update, c=Tickets: :Bu1kActionscontr011er, acn=bulk_update, h=10.41.183.101, sts=202, f=json, db-48.19, vw=o.8, rc=8, r=6.11, mc=10, mdr=2, m=9.02, oa=84364, qt=2.919, tdur=176.662, dur=173.74


Copy the X-request ID (highlighted in the above image) and paste it into the POD-specific Haystack application. Ideally, you should be seeing the payload like this for a success response:


[cb68ca24-600c-4a07-89d4-283c20ddba2b] Parameters: 840] ,



However, if you see error messages like below, you can raise an L2 ticket:


API V2 Error Response : []
[Rails4] Input Params for background job is :: {:errors=>[], :bulk_update_params=>{"action"=>:update_multiple, "helpdesk_ticket"=>{"status"=>5, "skip_close_notification"=>false}, "ids"=>[318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348]}}

If you are seeing a different message, you can check with the Floorcoach or L2 team for the next steps.