We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e116f1 commit 9c89e04Copy full SHA for 9c89e04
Server-Side Components/Background Scripts/Reassign Tasks When Assigned User Is Inactive/Readme.md
@@ -0,0 +1,16 @@
1
+Reassign Tasks When Assigned User Is Inactive
2
+
3
+Automatically detect and reassign open tasks like incidents, changes, etc. when the currently assigned user becomes inactive.
4
5
+Use Case Scenario
6
+Fetch all inactive users active = false.
7
8
+For each inactive user:
9
10
+Find all open tasks assigned to them.
11
12
+If a manager exists - reassign tasks to that manager.
13
14
+If not - assign tasks to a default support group.
15
16
+Add a work note explaining the automatic reassignment.
0 commit comments