Transaction: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 32: | Line 32: | ||
*DeleteLink | *DeleteLink | ||
*Told | *Told | ||
*Set (password, queue, date, owner) | *Set (password, queue, date/time, owner) | ||
*Set-TimeWorked | |||
*PurgeTransaction | *PurgeTransaction | ||
*AddReminder | *AddReminder | ||
*OpenReminder | *OpenReminder | ||
*ResolveReminder | *ResolveReminder |
Revision as of 07:14, 6 October 2017
A Transaction in RT is anything that happens to a Ticket.
RT logs each transaction in the history of the ticket, and Scrips may also be attached to all or to certain kinds of transactions.
Common transactions are Comments and Correspondence
All types of transaction from lib/RT/Transaction.pm:
- Create
- Enabled
- Disabled
- Status
- SystemError
- AttachmentTruncate
- AttachmentDrop
- AttachmentError
- Forward Transaction
- Forward Ticket
- CommentEmailRecord
- EmailRecord
- Correspond
- Comment
- CustomField
- Untake
- Take
- Force (forced owner change)
- Steal
- Give
- AddWatcher
- DelWatcher
- Subject
- Addlink
- DeleteLink
- Told
- Set (password, queue, date/time, owner)
- Set-TimeWorked
- PurgeTransaction
- AddReminder
- OpenReminder
- ResolveReminder