Mailing List Archive

[The Trac Project] #2523: TODO's from Sourcecode as a ticket
#2523: TODO's from Sourcecode as a ticket
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.9.2
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
If you have in the Source Code:

// TODO: Add Error Handling

This should generate a Ticket.


Maybe I write a patch for this...

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2523>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2523: TODO's from Sourcecode as a ticket [ In reply to ]
#2523: TODO's from Sourcecode as a ticket
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: enhancement | Status: new
Priority: low | Milestone:
Component: general | Version: 0.9.2
Severity: minor | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by eblot):

* severity: normal => minor
* priority: normal => low

Old description:

> If you have in the Source Code:
>
> // TODO: Add Error Handling
>
> This should generate a Ticket.
>

> Maybe I write a patch for this...

New description:

If you have in the Source Code:
{{{
// TODO: Add Error Handling
}}}
This should generate a Ticket.


Maybe I write a patch for this...

Comment:

I don't see this feature integrated in the core version.[[BR]]
Such a feature could be easily implemented as a Subversion hook script
anyway.

--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2523>
The Trac Project <http://trac.edgewall.com/>
Re: [The Trac Project] #2523: TODO's from Sourcecode as a ticket [ In reply to ]
#2523: TODO's from Sourcecode as a ticket
-------------------------+--------------------------------------------------
Reporter: anonymous | Owner: jonas
Type: enhancement | Status: new
Priority: low | Milestone:
Component: general | Version: 0.9.2
Severity: minor | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by anonymous):

+1 from me. It would be sweet if the workflow went like this:

* TODO, FIXME, etc would create a task ticket and link to the source file
as part of the ticket body, and assign the ticket to the person who
commited the file
* When the source file is changed, if the TODO comment is no longer there
the ticket is automatically closed

The [http://trac-hacks.org/wiki/CodeTagsPlugin CodeTagsPlugin] will parse
the source code and give you a list of items, but it would be killer to
see the ticket system integrated with this type of thing.

--
Ticket URL: <http://trac.edgewall.org/ticket/2523#comment:2>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---