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
|
<?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>Arguments</title>
<link rel="stylesheet" href="common/style.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.0" />
<meta name="keywords" content="webissues, issue tracking, bug tracking, team collaboration, server" />
<link rel="start" href="index.html" title="The WebIssues Server Manual" />
<link rel="up" href="protocol.html" title="Appendix A. WebIssues Protocol Reference" />
<link rel="prev" href="protocol_syntax.html" title="Commands Syntax" />
<link rel="next" href="protocol_types.html" title="Attribute Types" />
</head>
<body>
<div id="header">
<div id="header-bar">
<img id="header-logo" src="common/webissues.png" alt="WebIssues" />
<div id="header-title">The <span class="application">WebIssues Server</span> Manual</div>
<div id="header-abstract">Issue tracking and team collaboration system</div>
</div>
<div id="header-links"><a accesskey="h" href="index.html">Home</a> » <a accesskey="u" href="protocol.html"><span class="application">WebIssues</span> Protocol Reference</a></div>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="protocol_syntax.html">Commands Syntax</a></div>
<div class="navright"><a accesskey="n" href="protocol_types.html">Attribute Types</a> »</div>
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="protocol_arguments"></a>Arguments</h2>
</div>
</div>
</div>
<p>All strings are represented using the UTF-8 encoding. Control characters (ASCII codes 0 - 8 and 11 - 31) are not allowed.</p>
<p>Names consist of up to 40 characters and cannot be empty. Tabs and line breaks are not allowed, trailing spaces are removed. Names are case-sensitive and must be unique.</p>
<p>Issue names and attribute values consist of up to 80 characters. Issue names need not be unique. Attribute values can be empty.</p>
<p>Descriptions consist of up to 80 characters and can be empty.</p>
<p>Identifiers are non-negative integer values.</p>
<p>Stamps are non-negative integer values increasing for every modification of the data.</p>
<p>Dates are integers representing the number of seconds since the Unix Epoch.</p>
<p>Access levels for users and project members are:</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>0 - none</p>
</li>
<li>
<p>1 - normal</p>
</li>
<li>
<p>2 - admin</p>
</li>
</ul>
</div>
<p>The server UUID follows the [<a class="ulink" href="http://www.faqs.org/rfcs/rfc4122.html" target="_top">RFC 4122</a>] specification.</p>
</div>
<div class="navlinks">
<div class="navleft">« <a accesskey="p" href="protocol_syntax.html">Commands Syntax</a></div>
<div class="navright"><a accesskey="n" href="protocol_types.html">Attribute Types</a> »</div>
</div>
<div id="copyright">
<p class="copyright">Copyright © 2007-2008 WebIssues Team</p>
</div>
</body>
</html>
|