[
https://issues.jboss.org/browse/TOOLSDOC-611?page=com.atlassian.jira.plug...
]
Martin Malina reassigned TOOLSDOC-611:
--------------------------------------
Assignee: Misha Ali (was: Martin Malina)
Hi [~mhusnain], it's all good, except for one small issue.
The JIRA query for Known issues has an extra "(" at the beginning of the string
which results in an error when inserted in JIRA.
The query that's included:
{code}
((project in (JBDS) AND affectedVersion < "8.1.0.CR1" AND fixVersion in
("8.1.0.Beta1","8.1.0.CR1") OR project in (JBIDE) AND affectedVersion
< "4.2.3.CR1" AND fixVersion in ("4.2.3.Beta1",4.2.3.CR1)) AND type
in (Bug) AND resolution in (Done)
{code}
The correct query:
{code}
(project in (JBDS) AND affectedVersion < "8.1.0.CR1" AND fixVersion in
("8.1.0.Beta1","8.1.0.CR1") OR project in (JBIDE) AND affectedVersion
< "4.2.3.CR1" AND fixVersion in ("4.2.3.Beta1",4.2.3.CR1)) AND type
in (Bug) AND resolution in (Done)
{code}
Once this is fixed, you can resolve this JIRA - no need to review again.
Thanks!
Review: JBDS 8.1 CR1 Release Note Updates
-----------------------------------------
Key: TOOLSDOC-611
URL:
https://issues.jboss.org/browse/TOOLSDOC-611
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Sub-task
Components: Release Notes
Reporter: Misha Ali
Assignee: Misha Ali
Fix For: 4.2.3.CR1
QE review of the Release Notes updates for 8.1 CR1
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)