= autocomplete user fields on tickets using AJAX = == Description == The AutocompleteUsersPlugin allows AJAX completion of users for the owner and CC fields on new and existing tickets. Currently, all the known users are autocompleted though this could be restricted to those that have the ticket owner permission. A {{{/users}}} URL is served which presents the user data in a format suitable to the javascript autocompleter. The AutocompleteUsersPlugin should gracefully degrade in the case of no JS or the case where {{{[ticket] restrict_owner = true}}} == Bugs/Feature Requests == Existing bugs and feature requests for AutocompleteUsersPlugin are [query:status!=closed&component=AutocompleteUsersPlugin&order=priority here]. If you have any issues, create a [/newticket?component=AutocompleteUsersPlugin&owner=k0s new ticket]. == Download and Source == Download the [download:autocompleteusersplugin zipped source], check out [/svn/autocompleteusersplugin using Subversion], or [source:autocompleteusersplugin browse the source] with Trac. AutocompleteUsersPlugin works only for trac 0.11 and greater. == Configuration == After installing plugin add to trac.ini configuration file following: {{{ [components] autocompleteusers.* = enabled }}} == Example == Screenshot of the plugin in action: [[Image(screenshot.png)]] == Recent Changes == [[ChangeLog(autocompleteusersplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:k0s] [[BR]] '''Contributors:'''