#3463 closed enhancement (wontfix)
Replace reporter button on all applicable fields
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Please add a button to replace things like this:
update ticket_change set author='anonymous' WHERE author='oldaddy'; update ticket set reporter='anonymous' WHERE reporter='oldaddy'; update attachment set author='anonymous' WHERE author='oldaddy';
It'd be nice to have, and make life a little easier.
Attachments (0)
Change History (7)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Keywords: | needinfo added |
comment:3 by , 18 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
if somebody quites a company, a company trac is used, and the deputy gets everything from him?
maybe there is another way of managing users who quit and deputies …
comment:4 by , 18 years ago
another use case: switch of userid.
usage of a company login mechanism, and instead of logging in with your original uid, you now log in with the companies standard single sign on uid.
but you still want to be able to attribute the tickets to yourself.
comment:5 by , 18 years ago
This should be lumped into the general idea of a bulk ticket editor plugin probably.
comment:7 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
I think the original ticket request is probably too specific to be implemented in Trac core.
(formatting description)
Can you provide some explanation of what led to this request? I haven't seen a particular need for removing email addresses from all tickets, so I'm not really sure where this would fit into Trac.