Vote #74752
完了Filtering out specific subprojects (using 'is not' operator)
0%
説明
It should be possible to select multiple subproject for which you don't want issues in the list.
That is besides currently existing @is, all, none@ there also needs to be @is not@. This can not be achieved by selecting multiple projects except specific ones with @is@ filter because new subprojects could be added.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
We are interested too in having the "is not" option available for subproject filter. Attached is a patch that implements this.
As a technical note, I changed in the existing implementation the "each(&:to_i)" to "map(&:to_i)" because the each method returns the same initial array (with project ids as strings), while the map method returns a new array (with the project ids casted to integers).
--------------------------------------------------------------------------------
It works fine for me and passed all tests. I think it is natural to have this feature.
Setting target version to 3.4.0.
Thank you for writing this patch so fast.
--------------------------------------------------------------------------------
Committed, thanks Marius.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,24677,Include in Subproject's filter a option 'is not'