Skip to content

Commit b93e117

Browse files
committed
Round Robin Method for Incident Assignment Logic
1 parent 98af50c commit b93e117

File tree

1 file changed

+7
-1
lines changed
  • Server-Side Components/Business Rules/Round Robin for Incident Assignment

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
UseCase - Create a code snippet for assigning Incidents using the Round Robin method.
1+
UseCase -
2+
3+
4+
5+
When a new Incident is created, the system should automatically assign it to the next available member of the assignment group — in a Round Robin fashion (i.e., distributing incidents evenly among all group members).
6+
7+
It will also work for New addition of new user. and distribute the incident equally to all the users.
28

0 commit comments

Comments
 (0)