From 0998e2a3c9c04daff72c3b1008a3366afb744839 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Tue, 24 Jun 2008 00:06:02 +1200 Subject: [PATCH] Add the issue asking for filtering on list commands. --- issues/i_85eceee9.cil | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 issues/i_85eceee9.cil diff --git a/issues/i_85eceee9.cil b/issues/i_85eceee9.cil new file mode 100644 index 0000000..9f99323 --- /dev/null +++ b/issues/i_85eceee9.cil @@ -0,0 +1,35 @@ +Summary: Ability to filter the issues lists (summary and list) +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Milestone-v0.3 +Label: Release-v0.2 +Label: Type-Enhancement +Inserted: 2008-06-23T12:05:33 +Updated: 2008-06-23T12:05:33 + +The ability to filter on various things would be nice. For example using these +list commands, though summary should work the same way: + + $ cil list --status=New + $ cil list --status=Assigned + $ cil list --status=Finished + + $ cil list --label=Release-v0.1 + $ cil list --label=Type-Enhancement + +And combining them should be easy: + + $ cil list --status=Assigned --label=Type-Defect + +Other options include: + + $ cil list --assigned-to=andychilton@gmail.com + $ cil list --has-attachments --has-comments + $ cil list --is-open/closed + +There may be other options so this issue will be closed when we think we've had +enough. + +Note: whilst filtering on lists is good, actual searching is still better for a +lot of things you'd like to do. This will be added as a separate issue. -- 2.39.5