Skip to content

alexgit2k/trac-admin-comment-add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Trac-admin comment add plugin for trac

Adds function for trac-admin to add comments to tickets.

The code is based on tracopt/ticket/commit_updater.py of trac.

Install

Install the plugin into your trac project's plugins dir. To enable the plugin add this to the trac.ini file:

[components]
comment_add.* = enabled

Usage

Syntax: trac-admin comment add
Example: trac-admin /home/trac comment add 12345 'name email@example.com' 'Hello World!\nThis is a comment'

About

Adds function for trac-admin to add comments to tickets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages