<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Tue May 21 11:28:01 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=fixVersion+%3D+%222.0.0%22+AND+project+%3D+RCBC+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=fixVersion+%3D+%222.0.0%22+AND+project+%3D+RCBC+AND+resolution+%3D+Unresolved+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[RCBC-78] Need Alternative to Event Loop</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-78</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>Production Management (DiptiP), and Customer Support team request that we provide an alternative to the event loop for asynchronous operations, which takes a function/callback as a parameter in the method signature and has an explicit return.</description>
                <environment></environment>
            <key id="19375">RCBC-78</key>
            <summary>Need Alternative to Event Loop</summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="kzeller">Karen Zeller</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Aug 2012 11:35:16 -0500</created>
                <updated>Tue, 28 Aug 2012 16:18:40 -0500</updated>
                                    <version>1.0.0</version>
                <version>1.1.0</version>
                <version>1.2.0.z.beta</version>
                                <fixVersion>2.0.0</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="37150" author="ingenthr" created="Tue, 28 Aug 2012 16:18:40 -0500"  >In the future, it&amp;#39;d be good for Product Management(sic) to talk with product management: me.  :)&lt;br/&gt;
&lt;br/&gt;
This is not something planned in the short term.  Moving to 2.0.</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>2803</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[RCBC-75] Provide Consistent Order of Parameters</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-75</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>Provide consistent, predictable order for method parameters as other SDKS.</description>
                <environment></environment>
            <key id="19337">RCBC-75</key>
            <summary>Provide Consistent Order of Parameters</summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="kzeller">Karen Zeller</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Aug 2012 16:42:24 -0500</created>
                <updated>Wed, 2 Jan 2013 15:54:41 -0600</updated>
                                                    <fixVersion>2.0.0</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="36855" author="avsej" created="Fri, 24 Aug 2012 17:07:33 -0500"  >Could you extend your query please with examples? Where the API is inconsistent and unpredictable?</comment>
                    <comment id="37003" author="kzeller" created="Mon, 27 Aug 2012 16:28:25 -0500"  >Here is the first example. This may require a fix on the Java side vs. the Ruby side:&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;http://www.couchbase.com/docs/couchbase-sdk-java-1.0/couchbase-sdk-java-set-add.html#table-couchbase-sdk_java_add&quot;&gt;http://www.couchbase.com/docs/couchbase-sdk-java-1.0/couchbase-sdk-java-set-add.html#table-couchbase-sdk_java_add&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Order is key, expiry, then value &lt;br/&gt;
&lt;br/&gt;
Should be one fairly consistent order across the SDKs.&lt;br/&gt;
&lt;br/&gt;
Will add others as either I or others (customer support) run across them.&lt;br/&gt;
&lt;br/&gt;
</comment>
                    <comment id="37004" author="kzeller" created="Mon, 27 Aug 2012 16:29:36 -0500"  >I have reassigned this to Matt so this can be looked at globally post 2.0, and hopefully approached across the SDKs. This is a repeated request I am getting from customer support. </comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>2788</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>