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
|
<?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>Administering projects</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="guide.html" title="Chapter 2. WebIssues Client Guide" />
<link rel="prev" href="issues.html" title="Working with issues" />
<link rel="next" href="server_admin.html" title="Administering the server" />
</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> » <a accesskey="u" href="guide.html">WebIssues Client Guide</a></div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="issues.html">Working with issues</a></div>
<div class="navright"><a accesskey="n" href="server_admin.html">Administering the server</a> »</div>
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="project_admin"></a>Administering projects</h2>
</div>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="project_members"></a>Modifying project membership</h3>
</div>
</div>
</div>
<p>Projects have two types of members: regular and administrators. Only users who are project members can see the project with its folders and issues. Regular members can open folders and issue details, they can also create new issues and modify existing ones. Administrators can in addition edit the membership of the project and create, rename and delete folders in that project.</p>
<p>In order to view or edit the members of a project, select the project in the Main Window and select <span class="guimenu">Edit</span> → <span class="guimenuitem">Project Members</span>. The <a class="link" href="members_window.html" title="Members Window">Members Window</a> will open. All users can view the list of members, but only the administrators of a project can add, remove and change the access rights of its members.</p>
<div class="screenshot">
<div class="mediaobject">
<img src="members_window.png" />
</div>
</div>
<p>To add one or more members, select <span class="guimenu">Members</span> → <span class="guimenuitem">Add Member</span> and then select the users and the access level. To change the access level of selected members, use the <span class="guimenu">Edit</span> → <span class="guimenuitem">Change Access</span> command or a double click. To remove members, use the <span class="guimenu">Edit</span> → <span class="guimenuitem">Remove</span> command.</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="project_folders"></a>Creating and editing folders</h3>
</div>
</div>
</div>
<p>To add a new folder to a project, select the project in the Main Window and then select <span class="guimenu">Projects</span> → <span class="guimenuitem">Add Folder</span>. Then enter the name of the folder and the type of issues that will be stored in that folder.</p>
<p>To rename a folder, use the <span class="guimenu">Edit</span> → <span class="guimenuitem">Rename</span> command. To delete a folder, use the <span class="guimenu">Edit</span> → <span class="guimenuitem">Delete</span> command.</p>
</div>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="issues.html">Working with issues</a></div>
<div class="navright"><a accesskey="n" href="server_admin.html">Administering the server</a> »</div>
</div>
<div id="copyright">
<p class="copyright">Copyright © 2007-2009 WebIssues Team</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|