[[PageOutline(2-5,Contents,pullout)]] = Tickets for project tasks == Description We tried to use Trac for planning small projects. Tasks should be tickets. Entering tasks should be simple. Really simple. On the project page you should have the status overview. Each developer should then have her task list. We created three simple macros for generating a tabular project task outline. Initially, task summaries are linked to the newticket form, all appropriate fields filled out. After having created the task ticket, summary is linked to the ticket itself. '''Note''': The macro is currently in German. The table generated has the header names: Entwickler, Datum, Aufgabe, Aufwand, which in English translates to: Owner, Due Date, Task, Effort. You may easily change this in !TicketHeader.py. '''Note''': This version assumes you have a custom field {{{project}}}, which takes project names (dropdown in our case). == Bugs/Feature Requests Existing bugs and feature requests for TaskTicketsMacro are [report:9?COMPONENT=TaskTicketsMacro here]. If you have any issues, create a [/newticket?component=TaskTicketsMacro new ticket]. [[TicketQuery(component=TaskTicketsMacro&group=type,format=progress)]] == Download Download the zipped source from [export:taskticketsmacro here]. == Source Check out TaskTicketsMacro from the [/svn/taskticketsmacro Subversion repository], or [source:taskticketsmacro browse the source] with Trac. == Installation, Example {{{Placeholder for screenshot}}} `easyinstall` is not yet provided. Simply copy the 3 Python-Scripts to your plugin directory and restart: {{{#!sh trac-admin /instance_trac/ upgrade }}} In the header {{{header of what?}}}, enter field values for preselecting the fields owner and project in newticket. {{{Please turn this sentence into 3 or 4 sentences and define terms}}} In the ticket, enter due date, summary and effort. In the footer, efforts are summed up. {{{ [[TicketHeader(heyduk||FlowOpt1)]] [[Ticket(24.01.2008 ||HeartBeat-Analyse, Loganalyse, DB-Indizes|| 1.75)]] ... [[TicketFooter]] }}} == Recent Changes [[ChangeLog(taskticketsmacro, 3)]] == Author/Contributors '''Author:''' [wiki:viola] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''