| When defining a job filter on a view, using the "Job-Status" filter with "Disabled" and type set to "Exclude matching", will still show disabled jobs. E.g. define two filters:
- All jobs (or regular expression where the expression includes some disabled jobs)
- Job-Status: Disabled, Filter-type: Exclude matching
Including disabled jobs seems to work fine. Strangely, when using two "Job-status" filters, the exclude filter works as expected: E.g.:
- Job-status: disabled, Filter-type: include matching
- Job-status: disabled, Filter-type: exclude matching
will result in an empty list which is correct. |