Ticket #1028 (closed enhancement: duplicate)
Opened 7 years ago
Last modified 4 years ago
combo box with user names and mail address
| Reported by: | achim@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ticket system | Version: | 0.8 |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
it would be nice to have a combo box for the assigned to input box in the new ticket dialog with a list of known users. this list should also have the mail adresses (simple address or mailing lists) of this users to send them a mail if a new ticket arrived.
Attachments
Change History
comment:1 Changed 7 years ago by pkou <pkou at ua.fm>
Changed 7 years ago by pkou <pkou at ua.fm>
- Attachment patch-emailnotify-r1106.diff added
Patch for the changes
comment:2 Changed 7 years ago by Josh Burley <jburley@…>
This is exactly what I'm looking for.
I've applied the patch and added the smtp_replyto to the .ini, but it doesn't seem to be sending the notifications as expected (sessions table is filled with all of the appropriate email addresses).
I'll continue trying to debug this, now.
comment:3 Changed 7 years ago by pkou <pkou at ua.fm>
Please check your environment. We have applied the patch to our projects and it works well.
If a user in your project experiences problems, then try to recreate his/her session: Login, go to URL http-to-your-project/settings?newsession=1, reenter user fullname/email, press Save Changes.
Another way is to clean session table:
sqlite project-path/db/trac.db "DELETE FROM session;"
This means that every user in your project will need to reenter name/email.
comment:4 Changed 7 years ago by cmlenz
- Owner changed from jonas to cmlenz
- Status changed from new to assigned
Great patch, pkou. Very elegant.
comment:5 Changed 7 years ago by cmlenz
- Resolution set to duplicate
- Status changed from assigned to closed
This is actually a duplicate of #222.
comment:6 Changed 7 years ago by cmlenz
Pkou, I've had a look at your patch and added a slightly reworked version to #222. Please have a look.
comment:7 Changed 7 years ago by mgood
- Milestone 0.9 deleted
comment:8 Changed 4 years ago by anonymous
- Type changed from defect to enhancement



Attached patch provides a solution for this problem. (I did not create a new ticket because the description of this ticket is almost identical to what the patch does.)
The patch provides the following features:
The idea of the patch is the following:
Thus, in order to use combo boxes for ticket assignment and email notifications for ticket owner, it is necessary to make the following changes in a project: