Use Case - Close Tickets using Custom Action

<< Click to Display Table of Contents >>

Navigation:  Custom Actions >

Use Case - Close Tickets using Custom Action

 

This use case demonstrates how to create a Custom Action to close one or more tickets. Two actions will be defined, first to update the ticket status to closed, and second to send an email to the person who created the ticket notifying them that their issue has been resolved and the ticket closed. As seen from the configuration below, the Close Ticket Button will be displayed in the Display Form of an item as well as the List View Ribbon, where multiple tickets can be selected and closed in one action.

 

Configuration

First create a new Close Ticket custom action.

CustomAct - UC Close Ticket1

 

Next create a new Update List Item Action to update Ticket list values.

CustomAct - UC Close Ticket6

 

Define a second Send Mail Action to send an email to the person who created the ticket.

CustomAct - UC Close Ticket8

CustomAct - UC Close Ticket9

CustomAct - UC Close Ticket10

 

Finally, define what happens in UI after performing the updates.

CustomAct - UC Close Ticket3

 

Once configured, you will see the action in the Settings screen.

CustomAct - UC Close Ticket4

 

Run the Action

From the Display form - You can select a single ticket item and click on its Title to open the Display form. From there you can see the new Close Ticket action button. If you click that, the ticket will be closed and the closed date will be updated.

CustomAct - UC Close Ticket5

 

From the List Item View - You can select one or more ticket items then click on the Close Ticket action button.

 

CustomAct - UC Close Ticket7