summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d0309a)
raw | patch | inline | side by side (parent: 9d0309a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 24 Apr 2003 07:36:37 +0000 (07:36 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 24 Apr 2003 07:36:37 +0000 (07:36 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1683 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/user_guide.txt | patch | blob | history |
diff --git a/doc/user_guide.txt b/doc/user_guide.txt
index b40b39fe26f9721a7898fa66f71c9e7f7da7b18a..51b876b09d52e7a2e31284044b94dc7ec864ebb5 100644 (file)
--- a/doc/user_guide.txt
+++ b/doc/user_guide.txt
User Guide
==========
-:Version: $Revision: 1.21 $
+:Version: $Revision: 1.22 $
.. contents::
*always* the "admin" user) is referred to as "user1". Issue number 315 is
referred to as "issue315". We call that label the item's *designator*.
+
Accessing the Tracker
---------------------
and email interfaces. All three are explained below.
+Issue life cycles in Roundup
+----------------------------
+
+New issues may be submitted via the web or email.
+
+By default, the issue will have the status "unread". If another message is
+received for the issue, its status will change to "chatting".
+
+The "home" page for a tracker will generally display all issues which are
+not "resolved.
+
+If an issue is closed, and a new message is received then it'll be reopened
+to the state of "chatting".
+
+
Entering values in your Tracker
-------------------------------
E-mail sent to Roundup is examined for several pieces of information:
1. `subject-line information`_ identifying the purpose of the e-mail
-2. `e-mail message content`_ which is to be extracted
-3. e-mail attachments which should be associated with the message
+2. `sender identification`_ using the sender of the message
+3. `e-mail message content`_ which is to be extracted
+4. e-mail attachments which should be associated with the message
Subject-line information
------------------------
received.
+Sender identification
+---------------------
+
+If the sender of an email is unknown to Roundup (looking up both user
+primary email addresses and their alternate addresses) then a new user will
+be created. The new user will have their username set to the "user" part of
+"user@domain" in their email address. Their password will be completely
+randomised, and they'll have to visit the web interface to have it
+changed. Note that some sites don't allow web access by users who register
+via email like this.
+
+
E-Mail Message Content
----------------------