User Story 1: Auto change State
Title: Automatic State Transition from New to In Progress
Details:
Want to automate the transition of a ticket's state from "New" to "In Progress" when it's assigned to any member,
So that tickets are moved to the appropriate stage of work without manual intervention, improving efficiency and ensuring timely resolution of issues.
Acceptance Criteria:
Trigger Condition: The state transition should occur when a ticket's state is "New" and it's assigned to any member.
State Change: Upon meeting the trigger condition, the ticket's state should be automatically changed to "In Progress."
Development Plan:
Create Business Rule in respective table.
Development Steps:
Go to "IT Service Desk" table list view. (Here, you can use your table. I am using my custom Table: IT Service Desk)
Open any record > Right click on form banner > go to Configure > Business Rules
Click New and provide the following details in the new Business Rule.
Name : Auto Change State
Table : IT Service Desk // Provide your table name here
Active : True
When to Run
Insert : True
Update : True
Filter Conditions :
State is New
Assigned to is not empty
Actions
Set field value:
State To In Progress
Click Submit.
Now go to the table list, which we used in above steps (ex: IT Service Desk).
Click New, a new form will be opened.
Set the State field value as 'New'.
Set the Assigned to field value as with any user.
Click Save.
After clicking on Save, you can see that the State changes to 'In Progress'.
Step by Step Screenshots: