<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:04:02 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-43762] tighten the overload set for BSONObjBuilder::appendNumber</title>
                <link>https://jira.mongodb.org/browse/SERVER-43762</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9763&quot; title=&quot;Remove BSONObjBuilder::append(const StringData&amp;amp;, unsigned)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9763&quot;&gt;&lt;del&gt;SERVER-9763&lt;/del&gt;&lt;/a&gt; we improved the overload set for &lt;tt&gt;BSONObjBuilder::append&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;We still have the same trouble with &lt;tt&gt;BSONObjBuilder::appendNumber&lt;/tt&gt;.&lt;br/&gt;
Certain flags and compiler versions will complain about ambiguity, MacOS clang debug, argument is uint64_t, overload set is (int,double,size_t,long long). We probably need to get size_t out of the overload set.&lt;/p&gt;

&lt;p&gt;uint64_t should be size_t but isn&apos;t?&lt;/p&gt;

&lt;p&gt;This causes wasteful BFs:&lt;br/&gt;
    BF-14896&lt;br/&gt;
    BF-11187&lt;br/&gt;
    BF-5725&lt;/p&gt;

&lt;p&gt;and cleanup work:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/be20a34cf0af56cccc378861abb43e528daacea5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/be20a34cf0af56cccc378861abb43e528daacea5&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="950088">SERVER-43762</key>
            <summary>tighten the overload set for BSONObjBuilder::appendNumber</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="bynn.lee@mongodb.com">Bynn Lee</assignee>
                                    <reporter username="billy.donahue@mongodb.com">Billy Donahue</reporter>
                        <labels>
                            <label>neweng</label>
                    </labels>
                <created>Wed, 2 Oct 2019 15:29:00 +0000</created>
                <updated>Sun, 29 Oct 2023 22:16:34 +0000</updated>
                            <resolved>Fri, 5 Mar 2021 22:59:03 +0000</resolved>
                                                    <fixVersion>4.9.0</fixVersion>
                                    <component>Internal Code</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="3650412" author="xgen-internal-githook" created="Fri, 5 Mar 2021 22:29:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Bynn Lee&apos;, &apos;email&apos;: &apos;bynn.lee@mongodb.com&apos;, &apos;username&apos;: &apos;bynn&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; tighten the overload set for BSONObjBuilder::appendNumber&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/51ba5d1540ea957a7fb03a08bbb1ef4f9d6e80d2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/51ba5d1540ea957a7fb03a08bbb1ef4f9d6e80d2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3634190" author="xgen-internal-githook" created="Thu, 25 Feb 2021 01:56:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Bynn Lee&apos;, &apos;email&apos;: &apos;bynn.lee@mongodb.com&apos;, &apos;username&apos;: &apos;bynn&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; tighten the overload set for BSONObjBuilder::appendNumber&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 3307ba57eef2dfff9abe2413e39058ac9451ec04.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b8107b8e481ae7073d30304196a3028145c80634&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b8107b8e481ae7073d30304196a3028145c80634&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3634189" author="xgen-internal-githook" created="Thu, 25 Feb 2021 01:56:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Bynn Lee&apos;, &apos;email&apos;: &apos;bynn.lee@mongodb.com&apos;, &apos;username&apos;: &apos;bynn&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; tighten the overload set for BSONObjBuilder::appendNumber&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 98f42065a3f530024980e72ef0a15a371c28e32b.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/07a2f1b3245d2a18a8b53482091aa32cbf9210be&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/07a2f1b3245d2a18a8b53482091aa32cbf9210be&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3628092" author="xgen-internal-githook" created="Mon, 22 Feb 2021 17:28:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Bynn Lee&apos;, &apos;email&apos;: &apos;bynn.lee@mongodb.com&apos;, &apos;username&apos;: &apos;bynn&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; tighten the overload set for BSONObjBuilder::appendNumber&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3307ba57eef2dfff9abe2413e39058ac9451ec04&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3307ba57eef2dfff9abe2413e39058ac9451ec04&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3628091" author="xgen-internal-githook" created="Mon, 22 Feb 2021 17:28:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Bynn Lee&apos;, &apos;email&apos;: &apos;bynn.lee@mongodb.com&apos;, &apos;username&apos;: &apos;bynn&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; tighten the overload set for BSONObjBuilder::appendNumber&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mongo-enterprise-modules/commit/98f42065a3f530024980e72ef0a15a371c28e32b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo-enterprise-modules/commit/98f42065a3f530024980e72ef0a15a371c28e32b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3601417" author="ian@10gen.com" created="Fri, 5 Feb 2021 14:28:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: u&apos;evrg-bot-webhook&apos;, &apos;name&apos;: u&apos;Bynn Lee&apos;, &apos;email&apos;: u&apos;bynn.lee@mongodb.com&apos;}
&lt;p&gt;Message:&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; Move top_drop.js from noPassthroughWithMongod to Core&lt;br/&gt;
Branch:master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/81d03da0472dff56f8430c9d003f9d2a43892ba2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/81d03da0472dff56f8430c9d003f9d2a43892ba2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3600864" author="xgen-internal-githook" created="Fri, 5 Feb 2021 03:23:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Bynn Lee&apos;, &apos;email&apos;: &apos;bynn.lee@mongodb.com&apos;, &apos;username&apos;: &apos;bynn&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-43762&quot; title=&quot;tighten the overload set for BSONObjBuilder::appendNumber&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-43762&quot;&gt;&lt;del&gt;SERVER-43762&lt;/del&gt;&lt;/a&gt; Move top_drop.js from noPassthroughWithMongod to Core&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 81d03da0472dff56f8430c9d003f9d2a43892ba2.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7d2be384b91c16662add018d717d3cf26d2e2098&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7d2be384b91c16662add018d717d3cf26d2e2098&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3600141" author="JIRAUSER1253412" created="Thu, 4 Feb 2021 20:24:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://mongodbcr.appspot.com/752820016/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodbcr.appspot.com/752820016/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://mongodbcr.appspot.com/747220015/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodbcr.appspot.com/747220015/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3403872" author="connie.chen" created="Mon, 21 Sep 2020 19:07:44 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=billy.donahue&quot; class=&quot;user-hover&quot; rel=&quot;billy.donahue&quot;&gt;billy.donahue&lt;/a&gt; We&apos;ll take out the overload for size_t.&lt;/p&gt;</comment>
                            <comment id="3338261" author="billy.donahue" created="Thu, 13 Aug 2020 19:57:14 +0000"  >&lt;p&gt;I don&apos;t understand what the closing comment means by &quot;different builds on different platforms&quot;.&lt;/p&gt;

&lt;p&gt;The proposed behavior for append is already what is being done for appendNumber.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="542121">SERVER-34931</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2298256">SERVER-75293</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="854342">SERVER-42182</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>8.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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 13 Aug 2020 19:48:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 48 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_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Previously, there was inconsistency in how we appended to BSON integers in the range of (2^31-1)/2 to 1&amp;lt;&amp;lt;30. Integers in this range would sometimes be appended as an int64 or sometimes as an int32. There was also an inconsistency on how we appended integers within the range of 1&amp;lt;&amp;lt;30 and 1&amp;lt;&amp;lt;40. Integers in this range would sometimes be appended as an int64 or sometimes as a double. &lt;br/&gt;
&lt;br/&gt;
Now, the logic has been standardized: integers less than 2^31 will be appended as an int32; otherwise they will be appended as an int64. It will no longer append integers as double unless explicitly stated. &lt;br/&gt;
&lt;br/&gt;
Note that this does NOT change the types for any values that were already guaranteed to be always appended as int32 or always appended as int64. Any fields that drivers relied on should fall into this category and, therefore, should not see any change. This change ONLY affects values which already could not be relied on to be one or the other, due to the inconsistencies described above. &lt;br/&gt;
&lt;br/&gt;
We don&#8217;t expect this behavior change to break anything, but notify the server execution team in the unlikely case something does happen.</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[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, 48 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>95.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>billy.donahue@mongodb.com</customfieldvalue>
            <customfieldvalue>bynn.lee@mongodb.com</customfieldvalue>
            <customfieldvalue>connie.chen@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hvu60n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr42j3:</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="3342">Dev Tools 2019-11-04</customfieldvalue>
    <customfieldvalue id="3403">Dev Tools 2019-12-02</customfieldvalue>
    <customfieldvalue id="3404">Dev Tools 2019-12-16</customfieldvalue>
    <customfieldvalue id="3405">Dev Tools 2019-12-30</customfieldvalue>
    <customfieldvalue id="4552">Execution Team 2021-02-08</customfieldvalue>
    <customfieldvalue id="4553">Execution Team 2021-02-22</customfieldvalue>
    <customfieldvalue id="4568">Execution Team 2021-03-08</customfieldvalue>
    <customfieldvalue id="4569">Execution Team 2021-03-22</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_17051" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Teams Impacted</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16945"><![CDATA[Drivers]]></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|hvts9z:</customfieldvalue>

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