From 65c5c9c4a18f3d36b065090ac0a09ed2033395c2 Mon Sep 17 00:00:00 2001 From: Tom Schutter Date: Mon, 9 Apr 2012 08:02:53 -0600 Subject: [PATCH] added Bugzilla Assumptions --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e41c941..8950906 100644 --- a/README.rst +++ b/README.rst @@ -9,11 +9,17 @@ Usage bztotj.py MILESTONE [MILESTONE...] ----------------------------------------------------------------------- +Bugzilla Assumptions +-------------------- + +This script makes some assumptions regarding your Bugzilla installation. +#. Grouping bugs all have a common description prefix. The default prefix is "META: ". Bugs that are part of a group are made into subtasks of that group. +#. Not all bugs will have an time estimate. Those bugs are flagged and assigned a default effort. +#. The set of priority values is ["P1", "P2", "P3", "P4", "P5"]. +#. The lowest bug priority of "P5" means that the bug is not prioritized. Those bugs are flagged. To Do ----- * Update to current Bugzilla schema. - * Update to current TaskJuggler syntax.