[Trac] Ticket notifications

Matthew Good trac at matt-good.net
Tue Apr 5 08:18:30 EDT 2005


On Tue, 2005-04-05 at 17:30 +1200, Stephen Kestle wrote:
> How do I get notifications on a particular ticket without adding a
> comment?

Commenting on a ticket does not necessarily register you for email
notification.  There's a field called "Cc" on each ticket where you can
add your email address to be notified of changes.  You can add yourself
to this field without entering a comment.

> A secondary question that I’d like to know is why does a section have
> to have some text in it?  If it is blank, then perhaps trac should
> track it as a documentation bug until it is filled.

The TracFaq pages uses the reStructuredText[1] (aka reST) processor.
This is a text formatter that is included as a part of the standard
"docutils" Python library (it was originally written for formatting
Python API documentation).  So, it was the developers of reST that
decided sections were required to have contents.  You can ask them about
this, but it's not something that can be changed directly in Trac.

-- 
Matthew Good <trac at matt-good.net>

[1] http://projects.edgewall.com/trac/wiki/WikiRestructuredText



More information about the Trac mailing list