enhancement
avatar javigomez
javigomez
4 Sep 2015

Hi, with @roland-d we are preparing a Bug Squashing session and we found that it would be awesome for us to have the possiblity to filter issues with a NEGATIVE condition. In particular: show all issues EXCEPT the ones with tag "no code attached yet".
screen shot 2015-09-04 at 12 17 17

Maybe something like github does allowing to select more than one tag at the same time:

screen shot 2015-09-04 at 12 19 30

Thanks ?

avatar javigomez javigomez - open - 4 Sep 2015
avatar zero-24
zero-24 - comment - 4 Sep 2015

@javigomez

show all issues EXCEPT the ones with tag "no code attached yet".

This particular is quite simple. Just filter on the status (not label) Pending: http://issues.joomla.org/tracker/joomla-cms/?sort=issue&status=3

Thats are all Pull requests that not set RTC, NRW, Information Required ;)

Other way arround is: https://github.com/joomla/joomla-cms/pulls as this shows all Pull Requests.

I'm not sure if we can implement this in a easy way ;) But that is my no coder position. Maybe someone has an Idea to implement it. :smile:

avatar mbabker
mbabker - comment - 4 Sep 2015

Either way, it isn't too terrible. It's basically turning things into a multi-select, making sure the values get read out of the request correctly, and changing the WHERE clauses of the query from WHERE tag = 3 to WHERE tag IN (3).

avatar elkuku
elkuku - comment - 5 Sep 2015

We have a "special" table field has_code to differentiate issues from PR, so we might just add a new filter to have a display the GitHub way using issues or pulls (or both).
We could have a multi select for labels, as @mbabker said.
Or we might just implement both :wink:

avatar b2z
b2z - comment - 27 Sep 2015

@javigomez we have #703 now. Is it enough?

avatar roland-d
roland-d - comment - 3 Oct 2015

For me it works with the type filter although this only works for the difference between issues/PRs and not for the rest of the labels. This already helps me a lot. Thanks.

avatar b2z
b2z - comment - 5 Oct 2015

Nice :) But multiselect would be greater for labels, yeah? :)

avatar roland-d
roland-d - comment - 22 Oct 2015

A multiselect would be more flexible, just don't know how often it will be used. Perhaps leave it as-is and wait to see if more requests come in for it.

avatar b2z b2z - change - 18 Feb 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-02-18 11:14:05
Closed_By b2z
avatar b2z b2z - close - 18 Feb 2016

Add a Comment

Login with GitHub to post a comment