summaryrefslogtreecommitdiff
path: root/issues/i_9890cf04.cil
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2010-08-05 20:52:16 -0400
committerFrancois Marier <francois@debian.org>2010-08-05 20:52:16 -0400
commit9fcb3bc29dfd429f521c4e40452197dc364310c3 (patch)
treed343c4aeb67a1cc4b00dfebf873937aa9cccf12a /issues/i_9890cf04.cil
parent1515145646c5aa80eb4c298607ea33da731ab586 (diff)
Imported Upstream version 0.07.00upstream/0.07.00
Diffstat (limited to 'issues/i_9890cf04.cil')
-rw-r--r--issues/i_9890cf04.cil20
1 files changed, 20 insertions, 0 deletions
diff --git a/issues/i_9890cf04.cil b/issues/i_9890cf04.cil
new file mode 100644
index 0000000..b5a9bdf
--- /dev/null
+++ b/issues/i_9890cf04.cil
@@ -0,0 +1,20 @@
+Summary: Add a field for 'Interested' other users
+Status: New
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Inserted: 2010-02-11T02:50:13
+Updated: 2010-02-11T02:50:13
+
+We'll keep it so that there is only ever one assignee (AssignedTo) but other
+people can become interested in a bug by adding themselfes to that list.
+
+Some useful commands would be:
+
+ $ cil interested cafebabe...
+ $ cil interested --remove cafebabe...
+
+Also some filters such as:
+
+ $ cil summary --is-interested
+
+... and so on.