1
2
3
4
5
6
7
8
9
|
<nowiki>
<h1 align="center">Customizing The Ticket System</h1>
<p>
This guide will explain how to add the "assigned_to" and "submitted_by" fields
to the ticket system in Fossil, as well as making the system more useful. You
must have "admin" access to the repository to implement these instructions.
</p>
<h2>First modify the TICKET table</h2><blockquote>
|
>
<
>
|
1
2
3
4
5
6
7
8
9
10
|
<title>Customizing The Ticket System</title>
<nowiki>
<h2>Introduction</h2>
<p>
This guide will explain how to add the "assigned_to" and "submitted_by" fields
to the ticket system in Fossil, as well as making the system more useful. You
must have "admin" access to the repository to implement these instructions.
</p>
<h2>First modify the TICKET table</h2><blockquote>
|