[
https://issues.jboss.org/browse/TOOLSDOC-657?page=com.atlassian.jira.plug...
]
Martin Malina commented on TOOLSDOC-657:
----------------------------------------
[~mhusnain], your Known issues query doesn't seem right. You have this:
{code}
(project in (JBDS) AND affectedVersion >= "8.1.0.GA" AND affectedVersion
<= 9.0.0.Beta2 AND (resolution in (Unresolved) OR resolution in (Done) AND fixVersion
> "8.1.0.GA") OR project in (JBIDE) AND affectedVersion >= 4.3.0.Beta1 AND
affectedVersion <= 4.3.0.Final AND (resolution in (Unresolved) OR resolution in (Done)
AND fixVersion > 4.2.3.Final)) AND type in (Bug)
{code}
It should be more like this:
{code}
(project in (JBDS) AND affectedVersion >= "8.1.0.GA" AND affectedVersion
<= 9.0.0.Beta1 AND (resolution in (Unresolved) OR resolution in (Done) AND fixVersion
> "9.0.0.Beta1") OR project in (JBIDE) AND affectedVersion >= 4.2.3.Final
AND affectedVersion <= 4.3.0.Beta1 AND (resolution in (Unresolved) OR resolution in
(Done) AND fixVersion > 4.3.0.Beta1)) AND type in (Bug)
{code}
As for the New Features section, I did not read all the text carefully as I expect that
this is copied from the N&N pages that were QE'd. But there is still nothing about
Docker or the new Central. I guess you're still waiting for the N&N to copy from
there?
JBDS 9 Beta1 Release Notes Intro Content
----------------------------------------
Key: TOOLSDOC-657
URL:
https://issues.jboss.org/browse/TOOLSDOC-657
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Sub-task
Reporter: Misha Ali
Assignee: Misha Ali
Hi Martin,
I haven't included the release note issues yet, but I wanted to get some review on
the introductory text (i.e. everything but the known and resolved issue pages) here:
http://docbuilder.usersys.redhat.com/23108/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)