<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:08:54 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-13857] findOneAndDelete missing writeConcern option documentation</title>
                <link>https://jira.mongodb.org/browse/DOCS-13857</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/manual/reference/method/db.collection.findOneAndDelete/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/reference/method/db.collection.findOneAndDelete/&lt;/a&gt; does not list writeConcern, but the shell appears to support it.&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;
</description>
                <environment></environment>
        <key id="1458377">DOCS-13857</key>
            <summary>findOneAndDelete missing writeConcern option documentation</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="ian.fogelman@mongodb.com">Ian Fogelman</assignee>
                                    <reporter username="zbbjornson@gmail.com">Zach Bjornson</reporter>
                        <labels>
                            <label>bite-sized</label>
                            <label>quick-fix</label>
                    </labels>
                <created>Mon, 31 Aug 2020 22:49:34 +0000</created>
                <updated>Mon, 30 Oct 2023 22:17:16 +0000</updated>
                            <resolved>Tue, 11 Jan 2022 16:20:27 +0000</resolved>
                                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4301935" author="xgen-internal-githook" created="Thu, 20 Jan 2022 00:38:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page (#198)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;writeconcern -&amp;gt; write concern&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarify default write concern omit&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add writeConcern example and changed WC table entry&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Added db.xxx.insertMany([ ]) around sample data&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;removed outdated version reference , 3.6.14+, and 3.4.23+&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;removed ; from Update document with time limit codeblock, was not runnable&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add spaces for insertMany code blocks&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix db.myCol1.insertMany spacing&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update try catch error message&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add brevity note&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e.errmsg -&amp;gt; e&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update source/reference/method/db.collection.findOneAndDelete.txt&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jeff-allen-mongo &amp;lt;jeffrey.allen@10gen.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Update db.collection.findOneAndDelete.txt&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jeff-allen-mongo &amp;lt;jeffrey.allen@10gen.com&amp;gt;&lt;br/&gt;
Branch: v5.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/b97f7dfb500a8363eb4fe6d7a7b884b54ced1663&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/b97f7dfb500a8363eb4fe6d7a7b884b54ced1663&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4285895" author="xgen-internal-githook" created="Tue, 11 Jan 2022 16:06:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: Docs 13857 add write concern find one and delete v4.0 (#266)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; init&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Starting in MongoDB 4.0.12+&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;adjust codeblock&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/278a48d7529ccc335ed1fba974238c8089c2ad38&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/278a48d7529ccc335ed1fba974238c8089c2ad38&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4285884" author="xgen-internal-githook" created="Tue, 11 Jan 2022 16:04:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page (#264)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; init&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;adjust codeblock&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/5d76ee93b6b19fb808e14c1a809f132e60f3cf0c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/5d76ee93b6b19fb808e14c1a809f132e60f3cf0c&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4285882" author="xgen-internal-githook" created="Tue, 11 Jan 2022 16:04:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page (#263)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; init&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;adjust codeblock&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/bfa18240e29da4d8f9b39c8dc1f0108d36895aae&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/bfa18240e29da4d8f9b39c8dc1f0108d36895aae&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4285879" author="xgen-internal-githook" created="Tue, 11 Jan 2022 16:03:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page v5.1&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; init&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;adjust code block&lt;br/&gt;
Branch: v5.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/8962cc46fba240b4f2e35abb64498ca22361afd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/8962cc46fba240b4f2e35abb64498ca22361afd8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4285876" author="xgen-internal-githook" created="Tue, 11 Jan 2022 16:02:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page (#198)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13857&quot; title=&quot;findOneAndDelete missing writeConcern option documentation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13857&quot;&gt;&lt;del&gt;DOCS-13857&lt;/del&gt;&lt;/a&gt; add write concern reference to page&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;writeconcern -&amp;gt; write concern&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;clarify default write concern omit&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add writeConcern example and changed WC table entry&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Added db.xxx.insertMany([ ]) around sample data&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;removed outdated version reference , 3.6.14+, and 3.4.23+&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;removed ; from Update document with time limit codeblock, was not runnable&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add spaces for insertMany code blocks&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix db.myCol1.insertMany spacing&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update try catch error message&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;*&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Add brevity note&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;e.errmsg -&amp;gt; e&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update source/reference/method/db.collection.findOneAndDelete.txt&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jeff-allen-mongo &amp;lt;jeffrey.allen@10gen.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Update db.collection.findOneAndDelete.txt&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: jeff-allen-mongo &amp;lt;jeffrey.allen@10gen.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/docs/commit/b97f7dfb500a8363eb4fe6d7a7b884b54ced1663&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/docs/commit/b97f7dfb500a8363eb4fe6d7a7b884b54ced1663&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 11 Jan 2022 16:02:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 3 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-11701</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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 3 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ian.fogelman@mongodb.com</customfieldvalue>
            <customfieldvalue>zbbjornson@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hy35fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxpoo7:</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_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</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|hy2rp3:</customfieldvalue>

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