Contents
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 meeting minutes on my Trac wiki, I wanted to create tickets for action items that arose during the meeting. That's why I wrote this plugin.
Any suggestion of syntax to assign other parameters like milestone or components are welcomed!
See also: TracDupPlugin, TicketToTracScript, DuplicateTicketSearchPlugin
Bugs/Feature Requests
Existing bugs and feature requests for WikiCreateTicketPlugin are here.
If you have any issues, create a new ticket.
defect |
2 / 2 |
|
---|---|---|
enhancement |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out WikiCreateTicketPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Recent Changes
- 16171 by jun66j5 on 2016-12-30 01:24:52
-
WikiCreateTicketPlugin: support Trac 1.2 and add unit tests (closes #13019)
- 10641 by jun66j5 on 2011-09-06 09:11:29
-
Adds
wiki_page_deleted
,wiki_page_version_deleted
andwiki_page_renamed
.AttributeError
happens when deleting a wiki page without these methods (fixed #9150).
- 9349 by saigon on 2010-10-25 06:59:41
-
initial commit
(more)
Author/Contributors
Author: saigon
Maintainer: saigon jun66j5
Contributors: OpenGroove and ciklone