>> -----Original Message----- >> From: [email protected] [mailto:[email protected]] >> On Behalf Of Marko Käning >> Sent: Wednesday, April 28, 2010 3:03 PM >> To: [email protected] >> Subject: Re: [Trac] Howto add maintainer(s) to CC: >> >> Hi Olemis, >> >> On Apr 27, 2010, at 6:32 PM, Olemis Lang wrote: >> >> >> Well, but what if you have to issue some external command to extract >> the email addresses to be inserted into the CC-field? >> > >> > If we are talking about maintainer e-mail : Why would you use a >> script ? >> >> Well, the maintainer is actually not known to trac, as far as I >> understand. The one submits a ticket would be the ticket owner. The >> CC:-list should be filled with email addresses of port maintainers. >> >> Example: >> >> 1) There is a ticket to be filed for port "kmymoney". User fills out >> all required fields in ticket submission. >> >> 2) 'port info kmymoney' returns something like this: >> --- >> kmymoney @1.0.4, Revision 6 (kde, finance) >> ... >> Maintainers: [email protected], [email protected] >> --- >> >> 3) These maintainers would have to be extracted from the previous "port >> info" command output and added to the CC:-list. >> [...] On Wed, Apr 28, 2010 at 5:52 PM, Noah Kantrowitz <[email protected]> wrote: > Yes, that will have to be a plugin. You could set something up as an > ITicketListener easily enough (depends on how smart you want it to be re: > "reassigning" from one port to another). > > --Noah >
JFTR If you can automate this task (i.e. not require the web UI ) you could also use XmlRpcPlugin -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
