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 88
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Chapter 2. WebIssues Client Guide</title>
<link rel="stylesheet" href="common/style.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0" />
<meta name="keywords" content="webissues, issue tracking, bug tracking, team collaboration, desktop client" />
<link rel="home" href="index.html" title="The WebIssues Client Manual" />
<link rel="up" href="index.html" title="The WebIssues Client Manual" />
<link rel="prev" href="introduction.html" title="Chapter 1. Introduction" />
<link rel="next" href="issues.html" title="Working with issues" />
</head>
<body>
<div id="wrapper">
<div id="content-wrapper">
<img id="header-logo" src="common/webissues.png" alt="WebIssues" />
<div id="header-title">The WebIssues Client Manual</div>
<div id="header-abstract">Desktop client for the <span class="application">WebIssues</span> system</div>
<div id="content">
<div id="content-right">
<div id="content-left">
<div id="header-links">
<a accesskey="h" href="index.html">Home</a>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="introduction.html">Introduction</a></div>
<div class="navright"><a accesskey="n" href="issues.html">Working with issues</a> »</div>
</div>
<div class="chapter" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a id="guide"></a>Chapter 2. <span class="application">WebIssues Client</span> Guide</h2>
</div>
</div>
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="login"></a>Logging in</h2>
</div>
</div>
</div>
<p>When you run the <span class="application">WebIssues Client</span> the <a class="link" href="using.html#main_window" title="Main Window">Main Window</a> will appear containing a list of recent connections.</p>
<div class="screenshot">
<div class="mediaobject">
<img src="main_startpage.png" />
</div>
</div>
<p>In order to start working, you need to connect to a <span class="application">WebIssues</span> server. To do that, double click a connection in the list or select <span class="guimenu">WebIssues</span> → <span class="guimenuitem">New Connection</span> to connect to a new server. The <a class="link" href="using.html#login_dialog" title="Login Dialog">Login Dialog</a> will appear.</p>
<div class="screenshot">
<div class="mediaobject">
<img src="login_dialog.png" />
</div>
</div>
<p>Enter the URL of the server, your login and password and press <span class="guibutton">OK</span>. If the connection is successful, the Login Dialog will be closed and the Main Window will show three panes: a tree of available projects and folders on the left, a list of issues in the selected folder on the right and details of the selected issue below.</p>
<div class="screenshot">
<div class="mediaobject">
<img src="main_window.png" />
</div>
</div>
<p>At any time you can disconnect from the current server by selecting <span class="guimenu">WebIssues</span> → <span class="guimenuitem">Close Connection</span> and login to a different server.</p>
<p>If you prefer the old style user interface, where folders and issues are displayed in separate windows, not directly in the Main Window, select <span class="guimenu">Tools</span> → <span class="guimenuitem">Configure WebIssues</span> and switch the layout of the Main Window to Single Pane.</p>
<p>You can configure the <span class="application">WebIssues Client</span> to automatically reopen the last connection when it's started. It can be also configured to always run in the background and show a <a class="link" href="using.html#tray_icon" title="Tray Icon">Tray Icon</a> which will open the Main Window when it's clicked. See the <a class="link" href="using.html#webissues_settings" title="WebIssues Settings">WebIssues Settings</a> section for more information.</p>
<div class="screenshot">
<div class="mediaobject">
<img src="tray_icon.png" />
</div>
</div>
</div>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="introduction.html">Introduction</a></div>
<div class="navright"><a accesskey="n" href="issues.html">Working with issues</a> »</div>
</div>
<div id="copyright">
<p class="copyright">Copyright © 2007-2009 WebIssues Team</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|