<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:23:35 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-50792] Return more useful errors when a shard key index can&apos;t be found for shardCollection/refineCollectionShardKey</title>
                <link>https://jira.mongodb.org/browse/SERVER-50792</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When a collection is sharded or its shard key is refined, a &quot;useful&quot; index must exist on the collection that supports the proposed shard key (as defined in &lt;a href=&quot;https://github.com/mongodb/mongo/blob/936b49351e/src/mongo/db/s/shard_key_util.h#L125-L131&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this comment&lt;/a&gt;). Verifying this involves both inspecting the collection&apos;s &lt;tt&gt;listIndexes&lt;/tt&gt;&#160;output and running the &lt;tt&gt;checkShardingIndex&lt;/tt&gt; command on a shard. An index with the shard key pattern can be invalid for several reasons (e.g. it&apos;s multikey, partial, sparse, has a collation, or is in the process of being built) but the error messages returned for many of these cases is the same, which can make diagnosing failures difficult. (&lt;a href=&quot;https://github.com/mongodb/mongo/blob/936b49351e/src/mongo/db/s/shard_key_util.cpp#L213-L214&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Message when listIndexes finds no candidate index&lt;/a&gt; and &lt;a href=&quot;https://github.com/mongodb/mongo/blob/936b49351e/src/mongo/db/s/check_sharding_index_command.cpp#L102&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;message when checkShardingIndex finds no valid index&lt;/a&gt;.)&lt;/p&gt;

&lt;p&gt;Instead, the command should return more information as to why there is no valid index. In particular, the error should at least differentiate these cases:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;No index exists with the shard key pattern as a prefix at all&lt;/li&gt;
	&lt;li&gt;An otherwise valid index exists, but is multikey, partial, sparse, is being built, or has a collation&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="1465726">SERVER-50792</key>
            <summary>Return more useful errors when a shard key index can&apos;t be found for shardCollection/refineCollectionShardKey</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="israel.hsu@mongodb.com">Israel Hsu</assignee>
                                    <reporter username="jack.mulrow@mongodb.com">Jack Mulrow</reporter>
                        <labels>
                    </labels>
                <created>Tue, 8 Sep 2020 15:55:07 +0000</created>
                <updated>Mon, 22 Jan 2024 19:15:59 +0000</updated>
                            <resolved>Wed, 15 Jun 2022 21:43:36 +0000</resolved>
                                                    <fixVersion>6.1.0-rc0</fixVersion>
                    <fixVersion>4.4.26</fixVersion>
                    <fixVersion>6.0.13</fixVersion>
                    <fixVersion>5.0.24</fixVersion>
                                    <component>Sharding</component>
                                        <votes>3</votes>
                                    <watches>22</watches>
                                                                                                                <comments>
                            <comment id="5964397" author="xgen-internal-githook" created="Wed, 20 Dec 2023 22:42:25 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; Implement detailed shard key index errors&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: ba235f670c873f8c50d4d67e061d5421059c189f&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/57a94363803a031c2064d63607c0e2ed411ad873&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/57a94363803a031c2064d63607c0e2ed411ad873&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5958726" author="xgen-internal-githook" created="Mon, 18 Dec 2023 21:39:18 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; Implement detailed shard key index errors&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 2145acd3c9d791d2e51cc9148503890049931b1f&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/17fb1330badc4e776a1976589294889fa6bc505b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/17fb1330badc4e776a1976589294889fa6bc505b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5728943" author="xgen-internal-githook" created="Mon, 25 Sep 2023 17:44:28 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; Returns useful errors for shard key index&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/208a1887b7083b9ff345443de9be5242136386c1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/208a1887b7083b9ff345443de9be5242136386c1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4744911" author="xgen-internal-githook" created="Thu, 11 Aug 2022 17:59:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: cherry-pick &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; a98ea3b6e7a8f8ae0dac783cde4f2b964fea75f7&lt;br/&gt;
Branch: israelhsu/BACKPORT-7941&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/86e675b74f39c08570d90fcf2ce9e07083fb4612&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/86e675b74f39c08570d90fcf2ce9e07083fb4612&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4619214" author="xgen-internal-githook" created="Wed, 15 Jun 2022 21:39:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; Exclude refine_collection_shard_key_basic.js from multiversion testing.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/86640306b979c18d0873517be45a82d2b4b5ea9a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/86640306b979c18d0873517be45a82d2b4b5ea9a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4617943" author="xgen-internal-githook" created="Wed, 15 Jun 2022 15:12:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; Exclude check_shard_index.js test from multiversion testing&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b4e5a74c23d7ca24dee2f996a0cd630624255aa6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b4e5a74c23d7ca24dee2f996a0cd630624255aa6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4612961" author="JIRAUSER1262333" created="Mon, 13 Jun 2022 21:45:42 +0000"  >&lt;p&gt;This is a change in error message text; there is no impact on data written to the database or network messages.&lt;/p&gt;</comment>
                            <comment id="4612061" author="xgen-internal-githook" created="Mon, 13 Jun 2022 18:02:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Israel Hsu&apos;, &apos;email&apos;: &apos;israel.hsu@mongodb.com&apos;, &apos;username&apos;: &apos;israelhsu&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-50792&quot; title=&quot;Return more useful errors when a shard key index can&amp;#39;t be found for shardCollection/refineCollectionShardKey&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-50792&quot;&gt;&lt;del&gt;SERVER-50792&lt;/del&gt;&lt;/a&gt; Implement detailed shard key index errors&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a98ea3b6e7a8f8ae0dac783cde4f2b964fea75f7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a98ea3b6e7a8f8ae0dac783cde4f2b964fea75f7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3380362" author="milkie" created="Tue, 8 Sep 2020 17:23:37 +0000"  >&lt;p&gt;In addition to returning the information to the command, I think it would be helpful to log a message in the mongod system log.  Such errors are rare and it&apos;s sometimes difficult to figure out which node the mongos is running the checkShardingIndex command on.&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="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2551770">SERVER-85502</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1365528">SERVER-48471</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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>19.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.0]]></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_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[5002K00000plPZvQAM, 5002K00000qeGkzQAE, 5002K00000scsHkQAI, 5002K00000scd47QAA, 5006R00001sCyo3QAC]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 8 Sep 2020 17:23:37 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1902</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>lamont.nelson@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>israel.hsu@mongodb.com</customfieldvalue>
            <customfieldvalue>jack.mulrow@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hy4emn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|huqbtc:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5223">Sharding 2021-10-18</customfieldvalue>
    <customfieldvalue id="5224">Sharding 2021-11-01</customfieldvalue>
    <customfieldvalue id="5225">Sharding 2021-11-15</customfieldvalue>
    <customfieldvalue id="5226">Sharding 2021-11-29</customfieldvalue>
    <customfieldvalue id="5227">Sharding 2021-12-13</customfieldvalue>
    <customfieldvalue id="5228">Sharding 2021-12-27</customfieldvalue>
    <customfieldvalue id="5726">Sharding 2022-01-10</customfieldvalue>
    <customfieldvalue id="5727">Sharding 2022-01-24</customfieldvalue>
    <customfieldvalue id="5728">Sharding 2022-02-07</customfieldvalue>
    <customfieldvalue id="5729">Sharding 2022-02-21</customfieldvalue>
    <customfieldvalue id="5730">Sharding 2022-03-07</customfieldvalue>
    <customfieldvalue id="5731">Sharding NYC 2022-03-21</customfieldvalue>
    <customfieldvalue id="5732">Sharding NYC 2022-04-04</customfieldvalue>
    <customfieldvalue id="5733">Sharding NYC 2022-04-18</customfieldvalue>
    <customfieldvalue id="5734">Sharding 2022-05-02</customfieldvalue>
    <customfieldvalue id="5735">Sharding NYC 2022-05-16</customfieldvalue>
    <customfieldvalue id="5736">Sharding NYC 2022-05-30</customfieldvalue>
    <customfieldvalue id="5737">Sharding NYC 2022-06-13</customfieldvalue>
    <customfieldvalue id="5738">Sharding 2022-06-27</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|hy40vz:</customfieldvalue>

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