Skip to content

Commit d77e1a7

Browse files
craigkaisunnavy
authored andcommitted
Add support for ticket time fields in transaction searches
1 parent 17bf15b commit d77e1a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/RT/Transactions.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ our %FIELD_METADATA = (
211211
TicketPriority => ['TICKETFIELD'], #loc_left_pair
212212
TicketInitialPriority => ['TICKETFIELD'], #loc_left_pair
213213
TicketFinalPriority => ['TICKETFIELD'], #loc_left_pair
214+
TicketTimeWorked => ['TICKETFIELD'], #loc_left_pair
215+
TicketTimeEstimated => ['TICKETFIELD'], #loc_left_pair
216+
TicketTimeLeft => ['TICKETFIELD'], #loc_left_pair
214217
TicketType => ['TICKETFIELD'], #loc_left_pair
215218
TicketQueueLifecycle => ['TICKETQUEUEFIELD'], #loc_left_pair
216219

0 commit comments

Comments
 (0)