Source: factory.core/extend.ticket/ObjTicketRecurringMixin.py
Ticket-specific recurring schedule adapter.
Sets module type to TICKET and implements
_recurring_execute to create tickets from
templates via template_create_from_template.
| Method | Signature | Description |
|---|---|---|
| create_recurring | create_recurring(template_name: str, cron_expression: str, package: str = '', project: str = '', created_by: str = '') -> str |
Create a recurring ticket schedule. |
| check_due_recurring | check_due_recurring() -> list |
Check and create due recurring tickets. |
| list_recurring | list_recurring(package: str = '') -> list |
List all recurring ticket schedules. |
| cancel_recurring | cancel_recurring(guid: str) -> None |
Deactivate a recurring ticket |