Tag Archives: bugzilla
Article

Bugzilla add text to description field

There is an easy way to add your own custom text to the Bugzilla description field. Locate “create.html.tmpl”  under /template/en/default/bug/create/, and then edit it using VI. Look for defaultcontent = defaultcontent and modify it to defaultcontent = “[CONTENT]“.

Read More
Article

Scmbug error 79 on RHEL5

I was working on installing CollabNet Subversion on an RHEL5 server. A little about Scmbug: Scmbug integrates software configuration management (SCM) with bug-tracking. It aims to solve the integration problem once and for all. It will glue any source code version control system (such as CVS/CVSNT, Subversion, Git) with any bug-tracking system (such as Bugzilla, [...]

Read More