Bugzilla: Difference between revisions

From wikinotes
Tag: Replaced
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
An opensource bugtracker.
= Documentation =
<blockquote>
{| class="wikitable"
|-
| github || https://github.com/bugzilla/bugzilla
|-
|}
</blockquote><!-- Documentation -->
= Notes =
= Notes =
<blockquote>
<blockquote>
Line 9: Line 20:
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->
= Usage =
<blockquote>
</blockquote><!-- Usage -->
= Configuration =
<blockquote>
<syntaxhighlight lang="bash">
Administration > Bugzilla
Required Settings:
- urlbase
Maintainer:
- user@domain.com
User Authentication:
- remember login: yes
Bug Fields:
- Default Priority: normal
- Default Severity: normal
Email:
- mail_delivery_method: sendmail
- mailfrom:            bugzilla@domain.com ## domain doesn't exist
#  that is alright. must match hostname's fake domain.
</syntaxhighlight>
</blockquote><!-- Configuration -->

Latest revision as of 20:05, 19 September 2021

An opensource bugtracker.

Documentation

github https://github.com/bugzilla/bugzilla

Notes

bugzilla install
bugzilla configuration