Tag Archives: defaultcontent
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