<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:02:24 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>[DOCS-11245] Docs for SERVER-32517: Parse readConcern snapshot and atClusterTime</title>
                <link>https://jira.mongodb.org/browse/DOCS-11245</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h1&gt;&lt;a name=&quot;DocumentationRequestSummary%3A&quot;&gt;&lt;/a&gt;Documentation Request Summary: &lt;/h1&gt;

&lt;p&gt;The &lt;tt&gt;readConcern&lt;/tt&gt; level &lt;tt&gt;snapshot&lt;/tt&gt; should be documented, but &lt;tt&gt;atClusterTime&lt;/tt&gt; should not be documented, since it is only intended for use by mongos. Note that while &lt;tt&gt;readConcern&lt;/tt&gt; level &lt;tt&gt;snapshot&lt;/tt&gt; is not allowed on mongos in the Local Snapshot Reads project (PM-848), it will be allowed for the Global point-in-time reads project (PM-675).&lt;/p&gt;

&lt;p&gt;Scope:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;This ticket will be used just for the readConcern pages and a table of supported operations.&lt;/li&gt;
	&lt;li&gt;Will use shell helpers ticket  for the helpers (&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11540&quot; title=&quot;Docs for SERVER-33218: Implement shell API for transactions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11540&quot;&gt;&lt;del&gt;DOCS-11540&lt;/del&gt;&lt;/a&gt;) + add examples in the supported operations page (&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11637&quot; title=&quot;Update  operations that support readConcern snapshot/txns&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11637&quot;&gt;&lt;del&gt;DOCS-11637&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;Will use transaction ticket for transactions (DPCS-11505) and:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;need to update for txn that out is not allowed&lt;/li&gt;
		&lt;li&gt;/core/write-operations-atomicity&lt;/li&gt;
		&lt;li&gt;/tutorial/model-data-for-atomic-operations&lt;/li&gt;
		&lt;li&gt;/core/data-modeling-introduction/&lt;/li&gt;
		&lt;li&gt;core/read-isolation-consistency-recency/&lt;/li&gt;
		&lt;li&gt;/core/data-model-operations&lt;/li&gt;
		&lt;li&gt;/tutorial/update-documents&lt;/li&gt;
		&lt;li&gt;/tutorial/insert-documents/&lt;/li&gt;
		&lt;li&gt;/tutorial/remove-documents/&lt;/li&gt;
		&lt;li&gt;/tutorial/perform-findAndModify-linearizable-reads&lt;/li&gt;
		&lt;li&gt;/tutorial/perform-two-phase-commits&lt;/li&gt;
		&lt;li&gt;write-concern&lt;/li&gt;
		&lt;li&gt;readpref&lt;/li&gt;
		&lt;li&gt;linearizable reads&lt;/li&gt;
		&lt;li&gt;cursor.readConcern&lt;/li&gt;
		&lt;li&gt;etc.  Will continue scoping when doing txn ticket.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;&lt;a name=&quot;%7B%7Bsnapshot%7D%7Donlyformultistatementtransactions.&quot;&gt;&lt;/a&gt;&lt;tt&gt;snapshot&lt;/tt&gt; &amp;#8211; only for multi-statement transactions.&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;DocumentationRequestSummary%28FROMDOCS11439%29&quot;&gt;&lt;/a&gt;Documentation Request Summary (FROM &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11439&quot; title=&quot;Docs for SERVER-33541: Add snapshot read support for aggregation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11439&quot;&gt;&lt;del&gt;DOCS-11439&lt;/del&gt;&lt;/a&gt;)&lt;/h2&gt;

&lt;p&gt;This should probably be handled as part of documenting the local snapshot reads project in general. However, the docs need to somehow indicate that aggregate can be issued with readConcern level &quot;snapshot&quot; (and that aggregate commands can participate in a mutli-document transaction).&lt;/p&gt;

&lt;p&gt;Commands that can be run under readConcern level snapshot&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;find&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;getMore&lt;br/&gt;
   Note that it will not actually be possible to specify the readConcern level &quot;snapshot&quot; for getMore. Instead, it will inherit its readConcern from the originating command, as it does today.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;parallelCollectionScan&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;aggregate (including $lookup)
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;The $out stage will be prohibited for use within pipelines executed with readConcern level snapshot due to use of metadata operations.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;count&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;distinct&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;group&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;geoNear (deprecated)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;geoSearch&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;insert&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;update (single &amp;amp; multi)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;delete (single &amp;amp; multi)&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;findAndModify&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;&lt;a name=&quot;EngineeringTicketDescription%3A&quot;&gt;&lt;/a&gt;Engineering Ticket Description:&lt;/h1&gt;

&lt;p&gt;Parse the following new syntax for &lt;tt&gt;readConcern&lt;/tt&gt;:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{readConcern: {level: &quot;snapshot&quot;}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{readConcern: {atClusterTime: &amp;lt;timestamp&amp;gt;}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;Parsing for &lt;tt&gt;snapshot&lt;/tt&gt;:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Add level &lt;tt&gt;&quot;snapshot&quot;&lt;/tt&gt; to the &lt;tt&gt;readConcern&lt;/tt&gt; interface.
	&lt;ul&gt;
		&lt;li&gt;Add &lt;tt&gt;&quot;snapshot&quot;&lt;/tt&gt; level definition to the &lt;tt&gt;ReadConcernArgs&lt;/tt&gt; class.&lt;/li&gt;
		&lt;li&gt;Parse in &lt;tt&gt;ReadConcernArgs::initialize()&lt;/tt&gt;.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Update &lt;tt&gt;ReplicationCoordinatorImpl::_validateReadConcern()&lt;/tt&gt; to allow the &lt;tt&gt;readConcern&lt;/tt&gt; level &lt;tt&gt;snapshot&lt;/tt&gt; with &lt;tt&gt;afterClusterTime&lt;/tt&gt;.&lt;/li&gt;
	&lt;li&gt;Return an error if the mongod is not a member of a replica set.&lt;/li&gt;
	&lt;li&gt;Support &lt;tt&gt;readConcern&lt;/tt&gt; level &lt;tt&gt;snapshot&lt;/tt&gt; for the commands &lt;tt&gt;aggregate&lt;/tt&gt;, &lt;tt&gt;count&lt;/tt&gt;, &lt;tt&gt;distinct&lt;/tt&gt;, &lt;tt&gt;group&lt;/tt&gt;, &lt;tt&gt;geoNear&lt;/tt&gt;, &lt;tt&gt;geoSearch&lt;/tt&gt;, &lt;tt&gt;find&lt;/tt&gt;, &lt;tt&gt;insert&lt;/tt&gt;, &lt;tt&gt;update&lt;/tt&gt;, &lt;tt&gt;delete&lt;/tt&gt;, &lt;tt&gt;findAndModify&lt;/tt&gt;.&lt;/li&gt;
	&lt;li&gt;Ban on mongos.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Parsing for &lt;tt&gt;atClusterTime&lt;/tt&gt;:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Add &lt;tt&gt;readConcern&lt;/tt&gt; parsing / initialization components (&lt;tt&gt;ReadConcernArgs::initialize()&lt;/tt&gt;).
	&lt;ul&gt;
		&lt;li&gt;Remove the &lt;tt&gt;&quot;testMode&quot;&lt;/tt&gt; check.&lt;/li&gt;
		&lt;li&gt;Error if the &lt;tt&gt;level&lt;/tt&gt; is not &lt;tt&gt;snapshot&lt;/tt&gt;.&lt;/li&gt;
		&lt;li&gt;Error if paired with &lt;tt&gt;afterOpTime&lt;/tt&gt; or &lt;tt&gt;afterClusterTime&lt;/tt&gt;.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Update &lt;tt&gt;ReplicationCoordinatorImpl::_validateReadConcern()&lt;/tt&gt; to check that the &lt;tt&gt;readConcern&lt;/tt&gt; level is &lt;tt&gt;snapshot&lt;/tt&gt; if &lt;tt&gt;atClusterTime&lt;/tt&gt; is provided.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;&lt;a name=&quot;EngineeringTicketDescription%3A%28DOCS11439%29&quot;&gt;&lt;/a&gt;Engineering Ticket Description: (&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11439&quot; title=&quot;Docs for SERVER-33541: Add snapshot read support for aggregation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11439&quot;&gt;&lt;del&gt;DOCS-11439&lt;/del&gt;&lt;/a&gt;)&lt;/h2&gt;

&lt;ol&gt;
	&lt;li&gt;aggregate
	&lt;ol&gt;
		&lt;li&gt;Including support for $lookup&lt;/li&gt;
		&lt;li&gt;The $out stage will be prohibited for use within pipelines executed with readConcern level snapshot due to use of metadata operations.&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ol&gt;

</description>
                <environment>&lt;a href=&quot;https://docs.mongodb.com/manual/reference/read-concern/&quot;&gt;https://docs.mongodb.com/manual/reference/read-concern/&lt;/a&gt;</environment>
        <key id="486646">DOCS-11245</key>
            <summary>Docs for SERVER-32517: Parse readConcern snapshot and atClusterTime</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="kay.kim@mongodb.com">Kay Kim</assignee>
                                    <reporter username="kay.kim@mongodb.com">Kay Kim</reporter>
                        <labels>
                            <label>readconcern</label>
                            <label>snapshot</label>
                    </labels>
                <created>Wed, 24 Jan 2018 07:19:27 +0000</created>
                <updated>Sun, 29 Oct 2023 13:58:28 +0000</updated>
                            <resolved>Mon, 16 Apr 2018 14:45:00 +0000</resolved>
                                                    <fixVersion>3.7.2</fixVersion>
                                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1863949" author="xgen-internal-githook" created="Fri, 13 Apr 2018 18:19:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;kay.kim@10gen.com&apos;, &apos;name&apos;: &apos;kay&apos;, &apos;username&apos;: &apos;kay-kim&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11245&quot; title=&quot;Docs for SERVER-32517: Parse readConcern snapshot and atClusterTime&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11245&quot;&gt;&lt;del&gt;DOCS-11245&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-11470&quot; title=&quot;Docs for SERVER-33354: Add snapshot read support for additional commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-11470&quot;&gt;&lt;del&gt;DOCS-11470&lt;/del&gt;&lt;/a&gt;: read concern snapshot part 1&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/be96cb815f00dea5f29443e767fa3bb57cfded1a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/be96cb815f00dea5f29443e767fa3bb57cfded1a&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="477854">SERVER-32517</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="498663">SERVER-33354</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="503563">SERVER-33541</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="515761">SERVER-34095</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="514267">DOCS-11470</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="520984">DOCS-11523</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="526809">DOCS-11605</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="510503">DOCS-11439</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="518362">DOCS-11505</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="520984">DOCS-11523</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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 13 Apr 2018 18:19:22 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 43 weeks, 5 days 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCS-11003</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>
                            5 years, 43 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htomtb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htg7an:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1324">KANBAN BUCKET</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hto8xr:</customfieldvalue>

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