Source: factory.core/extend.ticket/ObjTicketLinkMixin.py
Mixin — ticket-to-ticket link management for
ticket objects.
| Method | Signature | Description |
|---|---|---|
| link_create | link_create(source_guid: str, target_guid: str, link_type: str = LinkType.RELATED, created_by: str = '') -> str |
Create a link between two tickets. |
| link_get_links | link_get_links(guid: str) -> list |
Get all links for a ticket (source or |
| link_get_blocked_by | link_get_blocked_by(guid: str) -> list |
Get tickets that block this ticket. |
| link_remove | link_remove(guid: str) -> None |
Remove a link by its guid. |