Modify ↓
Opened 11 years ago
Closed 7 years ago
#11568 closed enhancement (wontfix)
No way to check Duplicate data in same field in two different tickets
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | TicketValidatorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
We are raising tickets in our company by entering the product code. The product code is different for each product. Incase the customer call two times and gets connected to two different service agents, the ticket is raised twice for the same product.
Attachments (0)
Change History (4)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Severity: | major → normal |
---|---|
Type: | defect → enhancement |
comment:3 Changed 7 years ago by
Owner: | Max Stewart deleted |
---|
comment:4 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Out-of-scope for this plugin. I suggest you write a custom
ITicketManipulator
. It's very straightforward. Please ask on the MailingList if you need help.