Off-shoot from #171350: Reorganise project issue statuses:
Quick discussion with dww in IRC revealed:
We can just enable the filter operations for the issue tag filter on project issue views to allow to search for issues marked as "needs work" but *without* the "Needs Documentation" issue tag.
So, instead of a new "needs documentation" status, we just allow to filter issues by terms NOT containing that particular tag.
dww already enabled this in the UI on http://d6.drupal.org/project/issues/search/drupal, and that works sufficiently.
The only issue we should probably tackle after ultimate code freeze are the filter operator options:
- Is empty (NULL)
- Is not empty (NULL)
Comments
Comment #1
dwwhttp://drupal.org/project/issues/search/drupal?status[]=13&tag_op=not&issue_tags=Needs+Documentation
Comment #2
dwwFYI: when I committed this to the default views in project_issue, I realized it'd be better if the GET parameter for the operation matched the term itself. So, instead of "tag_op" it should be "issue_tags_op". I just deployed this on d.o, so the above link is slightly broken. You really want this now:
http://drupal.org/project/issues/search/drupal?status[]=13&issue_tags_op=not&issue_tags=Needs+Documentation