trac.ticket.batch

class trac.ticket.batch.BatchModifyModule

Bases: trac.core.Component

Ticket batch modification module.

This component allows multiple tickets to be modified in one request from the custom query page. For users with the TICKET_BATCH_MODIFY permission it will add a [TracBatchModify batch modify] section underneath custom query results. Users can choose which tickets and fields they wish to modify.

ticket_manipulators

List of components that implement ITicketManipulator

trac.ticket.batch.datetime_now()

[tz] -> new datetime with tz’s local day and time.