Skip to main content
summaryrefslogtreecommitdiffstats
blob: 409582f61848dfcf9ab070519736755eec584a3f (plain) (blame)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
    <title>Getting Started</title>
</head>

<body>
    <font face="arial, lucida console">

	<h3>Saving Favorites</h3>
	<br>

	<p>
	Bugzilla has the ability to save bugs that are frequently accessed as a favorite
	similar to a web browser.  To do this, after a search is done right click on the bug
	in the Search results window that you would like to save and choose "Mark Result as Favorite".&nbsp; 
	Favorites can also be added through the context menu in the bug editor.</p>

	<img src="./images/bugzilla-search-context.png"><br>

	<p>
	A new window will now open that contains your specific list of favorites.  To access
	any of the bugs in the favorites view, just double click on the one that you want to
	open and a Bugzilla bug editor will open containing the specific bug.  To access the favorites
	menu without adding a new bug, go to Window --> Show View --> Other... --> Bugzilla and click
	on Bugzilla Favorites.
	</p>

	<img src="./images/bugzilla-favorites-window.png"><br>


	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>
	<br>

    </font>
</body>

</html>

Back to the top