[[PageOutline(2-5,Contents,pullout)]] = Create tickets from wiki markup == Description This plugin applies a new format to create a ticket in the wiki: * `#new bar` will create a new ticket with summary "bar" * `#new [foo] bar` will create a new ticket with summary "bar" and owner "foo" When I write minutes on Trac wiki, I wanted to create ticket for action items raising up at the meeting. That's why I wrote this plugin. Any suggestion of syntax to assign other parameters like milestone or components are welcomed! == Bugs/Feature Requests Existing bugs and feature requests for WikiCreateTicketPlugin are [report:9?COMPONENT=WikiCreateTicketPlugin here]. If you have any issues, create a [/newticket?component=WikiCreateTicketPlugin new ticket]. [[TicketQuery(component=WikiCreateTicketPlugin&group=type,format=progress)]] == Download Download the zipped source from [download:wikicreateticketplugin here]. == Source You can check out WikiCreateTicketPlugin from [http://trac-hacks.org/svn/wikicreateticketplugin here] using Subversion, or [source:wikicreateticketplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Example * #new bar will create a new ticket with summary "bar" * #new [foo] bar will create a new ticket with summary "bar" and owner "foo" == Recent Changes [[ChangeLog(wikicreateticketplugin, 3)]] == Author/Contributors '''Author:''' [wiki:saigon] [[BR]] '''Maintainer:''' [wiki:saigon] [wiki:jun66j5] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove] and [http://ciklone.com/ ciklone]