summaryrefslogtreecommitdiffstats
path: root/www/project_issues.html
blob: 5555c566fbccb6ddefbb4971836ad51f54b58fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<div id="projectissues" class="application">


<table class="axial">

 <tr>
   <th><a href="http://scons.tigris.org/issues/query.cgi">Query database</a></th>
   <td>
  Search for issues and defects here or find a specific issue. Always search first before reporting an issue to avoid duplication.
 <form id="ProjectIssuesForm" method="get" action="http://scons.tigris.org/issues/show_bug.cgi">
  <p>
  <input type="submit" value="Find" /> Issue # <input name="id" size="6" />

  </p>
 </form>
  </td>
</tr>  


 <tr>
   <th>Enter an issue</th>
   <td>

 To enter an issue, you must first be a project member and know the component you want to report on.  

                        
    
<p>

Enter: 
</p>
 <ul>
        <li><a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=DEFECT">Defect</a></li>
        <li><a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=PATCH">Patch</a></li>
        <li><a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=TASK">Task</a></li>
        <li><a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=FEATURE">Feature</a></li>
        <li><a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=ENHANCEMENT">Enhancement</a></li>

</ul>
  </td>
</tr>  

 

 <tr>
   <th><a href="http://scons.tigris.org/issues/buglist.cgi?cmdtype=runuserdefault">My issues</a></th>
   <td>
  View both active issues assigned to you and those that you have entered.
  </td>
</tr>  
 <tr>
   <th><a href="http://scons.tigris.org/issues/userprefs.cgi">My preferences</a></th>

   <td>
  View and edit your Issue Tracker user settings.  
  </td>
</tr>  

 <tr>
   <th><a href="http://scons.tigris.org/issues/reports.cgi">Reports</a></th>
   <td>
  Generate and view issue tracking reports.
  </td>
</tr>

        

 <tr>
   <th><a href="http://scons.tigris.org/issues/admin.cgi">Configuration options </a> 
   </th>
   <td>
    Add, view and edit Issue Tracker configuration parameters, including project member permissions, issue tracking groups, project components and subcomponents, etc.
   </td>
</tr>  

        

 <tr>
   <th>Common queries
   </th>
   <td>
    Placeholder for links to queries of open/closed bugs, patches, etc.
   </td>
</tr>  

</table>
</div>