Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/docs/html/start/bugEditor.html')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/docs/html/start/bugEditor.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/docs/html/start/bugEditor.html b/org.eclipse.mylyn.bugzilla.core/docs/html/start/bugEditor.html
new file mode 100644
index 000000000..d18582899
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/docs/html/start/bugEditor.html
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+
+<head>
+ <title>Getting Started</title>
+</head>
+
+<body>
+ <font face="arial, lucida console">
+
+ <h3>Bugzilla Editor</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>The bug editor is opened when you view a bug. Here, you can edit the bug and submit the changes.
+ Once you are finished modifying the bug, you can click the "Submit" button at the
+ bottom of the editor to submit it to the Bugzilla server. Also, if you have made
+ changes to the bug, you can click the "Compare" button to inspect any changes between
+ your version of the bug and the online version.
+ </p>
+
+ <p>If you click the "Save" button, you will save the current version of the bug offline on your
+ hard-drive. The locally saved bug report will be accessible from the Offline Reports View. Any
+ time you try to view a bug with this id, your offline copy will be shown instead of the one
+ from the server. You can continue to make and save changes until you either delete the offline
+ version or submit your changes to the server.
+ </p>
+
+
+ <img src="./images/existing-bug-editor.png"><br>
+
+ <p>A bug saved from the New Bug Wizard will open in a simpler editor, since it does
+ not yet exist on a server, and so there are fewer tasks you can perform on it.
+ The most notable change is that there is no button to allow you to compare it with
+ the online version.
+ </p>
+
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+
+ </font>
+
+</body>
+</html> \ No newline at end of file

Back to the top