Modify ↓
Opened 14 years ago
Closed 10 years ago
#7771 closed enhancement (duplicate)
[PATCH] add_keyword operation
Reported by: | HumanInternals | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.11 |
Description
A new 'add_keyword' operation, can be used like that:
close_no_review = assigned, accepted -> closed close_no_review.name = Close without review close_no_review.operations = add_keyword close_no_review.add_keyword = not_tested
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | add_keyword.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is one of many tickets requesting the ability to add, delete, append to or remove from a field. I'd like to implement that feature in this plugin and then integrate it to the Trac core (trac:#11452). I'm closing these tickets as duplicates so that we can have the discussion in a single ticket. Duplicate of #9502.