Content
View differences
Updated by Rosanna Sibora 1 day ago
* Custom actions can be triggered automatically if some conditions are met.
* No activity
* Notify users
* Change priority
* Change status
* Change status
* Change or remove assignee
* Notify users
* Notify users in related work packages (assignee, watcher, accoutable)
* On workflow transition
* On create, update, delete of work packages.
* On comment added
* On attachment added
* Time-based triggers, e.g.:
* “Every day at 02:00, check for work packages in status X older than N days.”
* Possibly webhook-based triggers (external system calls back into OpenProject automation).
* All changes caused by automations are performed by a system user.
* The permissions are restricted to non-destrutive actions (no deletion, sharing etc)
* There is loop prevention
* Automations can be paused
* No activity
* Notify users
* Change priority
* Change status
* Change status
* Change or remove assignee
* Notify users
* Notify users in related work packages (assignee, watcher, accoutable)
* On workflow transition
* On create, update, delete of work packages.
* On comment added
* On attachment added
* Time-based triggers, e.g.:
* “Every day at 02:00, check for work packages in status X older than N days.”
* Possibly webhook-based triggers (external system calls back into OpenProject automation).
* All changes caused by automations are performed by a system user.
* Automations can be paused