aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 121490da21f..ef9b31bab03 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -197,3 +197,13 @@ submitter 123 none@example.com
197 197
198Note that it does not seem to work to specify "Submitter:" in the 198Note that it does not seem to work to specify "Submitter:" in the
199pseudo-header when first reporting a bug. 199pseudo-header when first reporting a bug.
200
201** How does archiving work?
202You can still send mail to a bug after it is closed. After 28 days with
203no activity, the bug is archived, at which point no more changes can
204be made. If you try to send mail to the bug after that (or merge with
205it), it will be rejected. To make any changes, you must unarchive it first:
206
207unarchive 123
208
209The bug will be re-archived after the next 28 day period of no activity.