]
Max Rydahl Andersen commented on JBIDE-19424:
---------------------------------------------
are you looking for having a i.e. "ds_maint_unresolved" ? I haven't created
that since I personally didn't see a need for it where it I wouldn't be okey just
having filter=ds_maint and filter=ds_unresolved.
But if you got the need we can add them.
jiralint's ds_maint filter doesn't differentiate between JBDS
8.0.x (completed) and 8.1.0 (in progress/upcoming)
----------------------------------------------------------------------------------------------------------------
Key: JBIDE-19424
URL:
https://issues.jboss.org/browse/JBIDE-19424
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.2.3.Beta1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
In querying for all the open issues for 8.1.0 / 4.2.3, the ds_maint filter also returns
all the 8.0 stuff, which are all closed.
Thus, to see all the Requirements for JBDS 8.1, we need this:
https://issues.jboss.org/issues/?jql=filter%3Dds_maint%20and%20component%...
(10 issues)
instead of this:
https://issues.jboss.org/issues/?jql=filter%3Dds_maint%20and%20component%...
(45 issues)
Should ds_maint know that it's just 4.2.3/8.1.0, without having to subfilter?