Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/doc/html/start/bugWizard.html')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/doc/html/start/bugWizard.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/doc/html/start/bugWizard.html b/org.eclipse.mylyn.bugzilla.ui/doc/html/start/bugWizard.html
new file mode 100644
index 000000000..f061907c8
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.ui/doc/html/start/bugWizard.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+
+<head>
+ <title>New Bug Wizard</title>
+</head>
+
+<body>
+ <font face="arial, lucida console">
+
+ <h3>New Bug Wizard</h3>
+ <br>
+
+ <p><b>NOTE:</b> It is required that you have entered your Bugzilla login name and password
+ into the Bugzilla plugin preferences if you wish to create new bugs.
+ </p>
+
+ <p>This Bugzilla plugin allows you to submit new bugs. To do this, go to "File->New->Other..."
+ and then choose "Bugzilla Wizards" and "New Bug Report".
+ </p>
+
+ <img src="./images/new-bug-wizard.png"><br>
+
+ <p>When you click "Next", you will be presented with a dialog that contains the list
+ of products that you can submit a bug for. Choose the product that you wish to submit
+ the bug for and click "Next". If there is only one product to choose from, then this
+ screen will be skipped over automatically.
+ </p>
+
+ <img src="./images/new-bug-wizard-products.png"><br>
+
+ <p>Now, you can modify the required attributes for the new bug. When you are finished,
+ you can submit the bug to the server. To do so, select "Submit bug report to the server."
+ and click the "Finish" button. This will submit your new bug to the server. If no
+ problems occured, the new bug will be opened in a Bugzilla editor so that you can review
+ your submission.
+ </p>
+
+ <img src="./images/new-bug-wizard-attributes.png"><br>
+
+ <p>Alternatively, you can save the bug offline on your hard-drive. Select "Save bug
+ report offline." and click the "Finish" button. The locally saved bug report will be
+ accessible from the Offline Reports View and can be submitted later.</p>
+
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+
+ </font>
+
+</body>
+</html> \ No newline at end of file

Back to the top