Modify ↓
Opened 10 years ago
Last modified 10 years ago
#11722 new enhancement
Batch ticket delete
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | query system | Version: | |
Severity: | normal | Keywords: | batch-modify |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The batch ticket delete feature request mentioned in th:#8074 could be useful. Users should be required to have TICKET_BATCH_MODIFY
and TICKET_DELETE
(or perhaps even have a TICKET_BATCH_DELETE
permission).
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | next-dev-1.1.x → next-major-releases |
---|
Retargetting tickets to narrow focus for milestone:1.2. Please move the ticket back to milestone:next-dev-1.1.x if you intend to resolve it by milestone:1.2.
Note:
See TracTickets
for help on using tickets.
One possible implementation is to move the
delete
action from tags/trac-1.0.2/sample-plugins/workflow/DeleteTicket.py toConfigurableTicketWorkflow
, add it to the default workflow and requireTICKET_BATCH_DELETE
for the action.