Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

When a user is out-of-office for longer then a day during issue assignment the issue can be reassigned to a specific user or a user of a group. The new assignee will be notified about the reason with comment on the issue.

Configuration of the rule

Create the rule

The rule itself is based on the example Basic - Unassign an out-of-office user. So after checking the users out-of-office state the following steps can be added.

Create a variable “oooEndDate” to store the “endDateTime” from the data object.

Bildschirmfoto 2025-04-01 um 16.34.19.png

Check if the “oooEndDate” is empty OR the date difference is bigger than 1

Bildschirmfoto 2025-04-01 um 16.34.45.png

Temporarily store the current assignee display name in a variable “oooassignee“

Bildschirmfoto 2025-04-01 um 16.35.04.png

Assign a specific user or an user from a group

Bildschirmfoto 2025-04-01 um 16.35.43.png

Re-fetch the data of the issue

This step is needed to get the new assignee from the previous step

Add a comment to inform the new assignee

Bildschirmfoto 2025-04-01 um 16.36.07.png

  • No labels