diff options
author | Andrew Chilton <andychilton@gmail.com> | 2008-07-05 18:46:31 +1200 |
---|---|---|
committer | Andrew Chilton <andychilton@gmail.com> | 2008-07-05 18:46:31 +1200 |
commit | 1515145646c5aa80eb4c298607ea33da731ab586 (patch) | |
tree | 07b4654df41a24ac977925293363de7d8ff2e192 /issues/i_85eceee9.cil | |
parent | 68c0b1e19dd90db236a5b9dd862ab3251c0817a0 (diff) |
Imported Upstream version 0.5.1upstream/0.5.1
Diffstat (limited to 'issues/i_85eceee9.cil')
-rw-r--r-- | issues/i_85eceee9.cil | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/issues/i_85eceee9.cil b/issues/i_85eceee9.cil deleted file mode 100644 index 59707ce..0000000 --- a/issues/i_85eceee9.cil +++ /dev/null @@ -1,39 +0,0 @@ -Summary: Ability to filter the issues lists (summary and list) -Status: Finished -CreatedBy: Andrew Chilton <andychilton@gmail.com> -AssignedTo: Andrew Chilton <andychilton@gmail.com> -Label: Milestone-v0.3 -Label: Release-v0.2.0 -Label: Type-Enhancement -Comment: 02a9bb68 -Comment: 4b71d0c3 -Comment: 7eb313cd -Comment: e9cc10a9 -Inserted: 2008-06-23T12:05:33 -Updated: 2008-06-27T13:32:59 - -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. |