Update patch set 2

Patch Set 2:

Ack, so I will drop the priority filter (that is a given), and the is_bug check (too bad it was nice and easy to check).

We could have a script to filter stories based on whether the story is listed in a worklist (if a project has a "bugs" worklist), but this sounds a bit too specific. Would it be useful? Something like:
  ./bugs-fixed-since.py [...] -sb --start=1.0.0 | \
  ./sb-filter-stories-by-worklist.py <bugs_worklist_id>

On the scripts location, currently these filters work on the output format of bugs-fixed-since.py, so maybe too specific for python-storyboard itself? But if there is interest in similar generic scripts there, we can add them

Patch-set: 2
Reviewer: Gerrit User 21798 <21798@4a232e18-c5a9-48ee-94c0-e04e7cca6543>
Label: Verified=0
This commit is contained in:
Gerrit User 21798 2018-01-22 12:32:47 +00:00 committed by Gerrit Code Review
parent 2fca8ee149
commit bdcbc19f92

Diff Content Not Available