<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:41:11 UTC 2024

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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-57178] add regression test for multikey compound index</title>
                <link>https://jira.mongodb.org/browse/SERVER-57178</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This addresses missing test coverage for the case where we update different multikey paths in a compound index within a single storage transaction. This can be accomplished in a single insert command containing multiple documents that contain arrays in different fields that are both part of the same index key pattern.&lt;/p&gt;

&lt;p&gt;This test should provide additional coverage for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-56877&quot; title=&quot;insert operations may fail to set index to multikey after aborted multikey catalog update&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-56877&quot;&gt;&lt;del&gt;SERVER-56877&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57127&quot; title=&quot;Refactor multikey and other state out of IndexCatalogEntry&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57127&quot;&gt;&lt;del&gt;SERVER-57127&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1755936">SERVER-57178</key>
            <summary>add regression test for multikey compound index</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="benety.goh@mongodb.com">Benety Goh</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 May 2021 10:11:46 +0000</created>
                <updated>Sun, 29 Oct 2023 21:53:07 +0000</updated>
                            <resolved>Wed, 26 May 2021 10:15:52 +0000</resolved>
                                                    <fixVersion>5.0.0-rc2</fixVersion>
                    <fixVersion>4.4.9</fixVersion>
                    <fixVersion>5.1.0-rc0</fixVersion>
                                    <component>Index Maintenance</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="4107920" author="JIRAUSER1259052" created="Wed, 6 Oct 2021 18:51:33 +0000"  >&lt;p&gt;Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it&#8217;s been triggered. For more active release information, please keep an eye on #server-release. Thank you!&lt;/p&gt;</comment>
                            <comment id="3994490" author="xgen-internal-githook" created="Wed, 11 Aug 2021 09:42:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; add js test for verifying in-memory paths for compound multikey index&lt;/p&gt;

&lt;p&gt;This test updates multikey paths for multiple indexed fields in a compound index&lt;br/&gt;
using different documents inserted within the same storage transaction, before&lt;br/&gt;
running a full validation to ensure the in-memory paths are correctly updated to&lt;br/&gt;
provided the necessary coverage for queries.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit de1fa178269c8cc55ad2012a786074c1d32109a9)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ccae69efa20d3ed011718c54a2523ae63def0936&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ccae69efa20d3ed011718c54a2523ae63def0936&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3952693" author="xgen-internal-githook" created="Tue, 20 Jul 2021 15:36:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; validate_multikey_compound.js waits for primary to become available after restarting to check docs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 3a6cfd0102cf7ded5304f6a6831ac7a85d74fa83)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3ebcb3ca91086147b91e33a267acf8ed259ff621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3ebcb3ca91086147b91e33a267acf8ed259ff621&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3952487" author="xgen-internal-githook" created="Tue, 20 Jul 2021 14:49:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; validate_multikey_stepdown.js waits for primary to become available after restarting to check docs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 3c285730067966d090193a30642ca846a2a6f910)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/74bcc3194f0002e89bd24a1d60bca2d851f603b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/74bcc3194f0002e89bd24a1d60bca2d851f603b1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3951809" author="xgen-internal-githook" created="Tue, 20 Jul 2021 12:23:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; validate_multikey_restart.js waits for primary to become available after restarting to check docs&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 27f800c38c785130818a7f64f7302e5e720f459e)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c24bfb584ccc988109795fe3c657eaa619aed008&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c24bfb584ccc988109795fe3c657eaa619aed008&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3869393" author="xgen-internal-githook" created="Wed, 9 Jun 2021 19:09:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; add js test for verifying in-memory paths for compound multikey index&lt;/p&gt;

&lt;p&gt;This test updates multikey paths for multiple indexed fields in a compound index&lt;br/&gt;
using different documents inserted within the same storage transaction, before&lt;br/&gt;
running a full validation to ensure the in-memory paths are correctly updated to&lt;br/&gt;
provided the necessary coverage for queries.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit de1fa178269c8cc55ad2012a786074c1d32109a9)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5dac9bdc1c24be1b67b47fb22b50a86b732063e1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5dac9bdc1c24be1b67b47fb22b50a86b732063e1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3840373" author="xgen-internal-githook" created="Wed, 26 May 2021 00:38:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; validate_multikey_compound.js waits for primary to become available after restarting to check docs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3a6cfd0102cf7ded5304f6a6831ac7a85d74fa83&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3a6cfd0102cf7ded5304f6a6831ac7a85d74fa83&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3838839" author="xgen-internal-githook" created="Tue, 25 May 2021 17:38:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; validate_multikey_stepdown.js waits for primary to become available after restarting to check docs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3c285730067966d090193a30642ca846a2a6f910&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3c285730067966d090193a30642ca846a2a6f910&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3838237" author="xgen-internal-githook" created="Tue, 25 May 2021 16:08:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; validate_multikey_restart.js waits for primary to become available after restarting to check docs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/27f800c38c785130818a7f64f7302e5e720f459e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/27f800c38c785130818a7f64f7302e5e720f459e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3837688" author="xgen-internal-githook" created="Tue, 25 May 2021 14:36:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-57178&quot; title=&quot;add regression test for multikey compound index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-57178&quot;&gt;&lt;del&gt;SERVER-57178&lt;/del&gt;&lt;/a&gt; add js test for verifying in-memory paths for compound multikey index&lt;/p&gt;

&lt;p&gt;This test updates multikey paths for multiple indexed fields in a compound index&lt;br/&gt;
using different documents inserted within the same storage transaction, before&lt;br/&gt;
running a full validation to ensure the in-memory paths are correctly updated to&lt;br/&gt;
provided the necessary coverage for queries.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/de1fa178269c8cc55ad2012a786074c1d32109a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/de1fa178269c8cc55ad2012a786074c1d32109a9&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1711537">SERVER-56877</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1743611">SERVER-57127</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 25 May 2021 14:36:05 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 18 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 18 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>54.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>vivian.ge@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzhjkv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hz28fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="4878">Execution Team 2021-05-31</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzh5tz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>