Ticket #4442 (new enhancement)

Opened 4 years ago

Last modified 10 months ago

Discussion of "Special Keyword" for AutoCompleteUsersPlugin

Reported by: fermulator Assigned to: rjollos
Priority: low Component: AutocompleteUsersPlugin
Severity: normal Keywords:
Cc: k0s Trac Release: 0.11

Description

Good day!

I've been using the AutocompleteUsersPlugin for quite some time now and it's extremely useful. I have the desire for a new feature/enhancement, so I figured I'd mention it to you to see what you thought.

Goal: Ability to CC "ALL USERS" of the trac system. Use Case: Say we have a new ticket of type "Notice". Typically, one might want to send the notice to all of the trac users that use the system, or, perhaps to particular groups (as defined in the permissions system).

Do you think this is possible? Some potential keywords I was thinking off:

Keyword Purpose Comments
all-users To CC all currently registered users. Get the current list of registered trac users, and the AJAX would auto-fill the keyword "all-users-now" to the currently list of registered users (comma separated usernames) into the CC box.
@group To CC all users of the permission group "group". This would also auto-fill any keyword preceding with the "@" symbol, with the group members as defined on the permissions Admin page

Attachments

Change History

01/13/09 12:03:51 changed by k0s

  • priority changed from normal to low.

can't think about this right now; deprioritizing

07/24/09 21:53:05 changed by rjollos

Goal: Ability to CC "ALL USERS" of the trac system. Use Case: Say we have a new ticket of type "Notice". Typically, one might want to send the notice to all of the trac users that use the system, or, perhaps to particular groups (as defined in the permissions system).

This would be a nice feature. I currently have a distribution list setup to accomplish this, but I have not found a way to register the distribution list with Trac, so that it is available in the autocomplete list. The other issue is that I must update my distribution list each time I add someone to Trac.

I think this feature request may be outside the scope of the AutocompleteUsersPlugin. It might warrant its own plugin, because what you are really trying to do I think is to add email addresses and distribution lists to the Trac database.

09/08/10 10:12:03 changed by rjollos

  • owner changed from k0s to rjollos.

Changing ticket owner to be new maintainer.

07/16/12 06:18:53 changed by rjollos

I think there may be a way to accomplish this through integration with the AnnouncerPlugin. Assuming the necessary extension point, we can pull the list of joinable groups (AnnouncerPlugin#Groups)from the AnnouncerPlugin, and add them to the autocomplete list for the CC field.


Add/Change #4442 (Discussion of "Special Keyword" for AutoCompleteUsersPlugin)




Change Properties
Action