<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:08:37 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-5348] Redefinition of macros while using the C++ driver makes it unusable with larger application code</title>
                <link>https://jira.mongodb.org/browse/SERVER-5348</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;when including the C++ driver, some important system calls and macros like &apos;assert&apos; and &apos;malloc&apos; get redefined ant not defined back into the original state. Makes using the C++ driver unusable as part of a larger application.&lt;/p&gt;

&lt;p&gt;Will patches to fix this behaviour be accepted?&lt;/p&gt;



&lt;ol&gt;
	&lt;li&gt;1 &quot;/home/piotr/devel/mmcc_mongodb/3rd-party/mongodb/src/mongo/client/../util/allocator.h&quot; 1&lt;/li&gt;
	&lt;li&gt;18 &quot;/home/piotr/devel/mmcc_mongodb/3rd-party/mongodb/src/mongo/client/../util/allocator.h&quot;&lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;namespace mongo {&lt;/p&gt;

&lt;p&gt;    inline void * ourmalloc(size_t size) &lt;/p&gt;
{
        void *x = malloc(size);
        if ( x == 0 ) dbexit( EXIT_OOM_MALLOC , &quot;malloc fails&quot;);
        return x;
    }

&lt;p&gt;    inline void * ourrealloc(void *ptr, size_t size) &lt;/p&gt;
{
        void *x = realloc(ptr, size);
        if ( x == 0 ) dbexit( EXIT_OOM_REALLOC , &quot;realloc fails&quot;);
        return x;
    }

&lt;p&gt;#define MONGO_malloc mongo::ourmalloc&lt;br/&gt;
#define malloc MONGO_malloc&lt;/p&gt;</description>
                <environment>5d3433eb31a58a4fcd242f8a0437819f63df723e   </environment>
        <key id="33478">SERVER-5348</key>
            <summary>Redefinition of macros while using the C++ driver makes it unusable with larger application code</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="9">Done</resolution>
                                        <assignee username="milkie@mongodb.com">Eric Milkie</assignee>
                                    <reporter username="piotr">Pedro Larroy</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Mar 2012 17:33:44 +0000</created>
                <updated>Thu, 5 Nov 2015 15:51:44 +0000</updated>
                            <resolved>Tue, 3 Apr 2012 13:39:12 +0000</resolved>
                                                    <fixVersion>2.0.5</fixVersion>
                    <fixVersion>2.1.1</fixVersion>
                                    <component>Internal Client</component>
                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="111380" author="auto" created="Wed, 18 Apr 2012 21:54:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; backport C++ driver macro redefinition isolation&lt;br/&gt;
Branch: v2.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/41be3168d42f058cdda271c7aa077002d3071256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/41be3168d42f058cdda271c7aa077002d3071256&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="111319" author="auto" created="Wed, 18 Apr 2012 19:32:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; fine tune gcc version&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/23d3ac6904b62a84814e75ea405c7b7626b69eac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/23d3ac6904b62a84814e75ea405c7b7626b69eac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="111296" author="auto" created="Wed, 18 Apr 2012 18:49:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; fix dbtest failure on old compilers, take 2&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8a0836beb86b21fa7deaf60776fb1269be0906a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8a0836beb86b21fa7deaf60776fb1269be0906a2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="111290" author="auto" created="Wed, 18 Apr 2012 18:29:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; fix dbtest failure on old compilers&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b17c562f428af2f5301e987c43d379fe3de41f15&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b17c562f428af2f5301e987c43d379fe3de41f15&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="111210" author="auto" created="Wed, 18 Apr 2012 16:20:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; better macro handling; added more tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1fd8c6cb530c0564a58de4ab4b03dcd62f328b26&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1fd8c6cb530c0564a58de4ab4b03dcd62f328b26&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="106016" author="milkie" created="Tue, 3 Apr 2012 13:39:13 +0000"  >&lt;p&gt;C RTL functions like &apos;assert&apos; and &apos;malloc&apos; are no longer redefined by the C++ driver headers.  All C++ driver use has been consolidated into one master header, dbclient.h.  No other headers need be included.&lt;/p&gt;</comment>
                            <comment id="105820" author="auto" created="Mon, 2 Apr 2012 19:46:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; fix v8 build for new header layout&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9f65f192302a4d35bae633cc5e46b400fd4d714e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9f65f192302a4d35bae633cc5e46b400fd4d714e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="105802" author="auto" created="Mon, 2 Apr 2012 19:00:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; make dbclient.h the main C++ driver include file&lt;/p&gt;

&lt;p&gt;This change fixes some #defines of common C functions so that their&lt;br/&gt;
definitions do not leak into consumer code.&lt;br/&gt;
I also had to change Labeler SIZE because it conflicts with Windows&lt;br/&gt;
SIZE.&lt;br/&gt;
pch.h is on its way out, but for now it&apos;s hanging around.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/45f30389a9128fe2216371cabbe8426b634d68e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/45f30389a9128fe2216371cabbe8426b634d68e9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103042" author="auto" created="Fri, 23 Mar 2012 17:51:06 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;larroy&apos;, u&apos;name&apos;: u&apos;Pedro Larroy&apos;, u&apos;email&apos;: u&apos;pedro.larroy@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt;: fix wrong usage of BOOST_CHECK_EXCEPTION macro BOOST_CHECK_EXCEPTION is to be used only with the boost unit test framework, not as a general tool to catch exceptions.&lt;/p&gt;

&lt;p&gt;Signed-off-by: Eric Milkie &amp;lt;milkie@10gen.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/31c48fa6bd479fb7d4ef34351097597f2c1c9665&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/31c48fa6bd479fb7d4ef34351097597f2c1c9665&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101892" author="piotr" created="Fri, 23 Mar 2012 16:33:21 +0000"  >&lt;p&gt;Created a new pull request: &lt;a href=&quot;https://github.com/mongodb/mongo/pull/193&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/193&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101778" author="piotr" created="Fri, 23 Mar 2012 10:23:54 +0000"  >&lt;p&gt;The change is done, can you please integrate it?&lt;br/&gt;
Thanks.&lt;/p&gt;</comment>
                            <comment id="101341" author="milkie" created="Thu, 22 Mar 2012 13:57:13 +0000"  >&lt;p&gt;I commented on your pull request.  I can merge it in after you make the suggested change.&lt;/p&gt;</comment>
                            <comment id="101338" author="auto" created="Thu, 22 Mar 2012 13:55:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;milkie&apos;, u&apos;name&apos;: u&apos;Eric Milkie&apos;, u&apos;email&apos;: u&apos;milkie@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-5348&quot; title=&quot;Redefinition of macros while using the C++ driver makes it unusable with larger application code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-5348&quot;&gt;&lt;del&gt;SERVER-5348&lt;/del&gt;&lt;/a&gt; don&apos;t override malloc/realloc for C++ driver consumers&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2992cda30157bd4a4562608bcbca47fd774b285f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2992cda30157bd4a4562608bcbca47fd774b285f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101286" author="piotr" created="Thu, 22 Mar 2012 10:56:34 +0000"  >&lt;p&gt;Done.&lt;/p&gt;</comment>
                            <comment id="101183" author="milkie" created="Wed, 21 Mar 2012 22:53:31 +0000"  >&lt;p&gt;Hi Pedro,&lt;br/&gt;
Thanks for submitting the pull request.  I&apos;ll take a look at it tomorrow.&lt;br/&gt;
In the meantime, if you haven&apos;t already, could you please sign the contributor agreement at &lt;a href=&quot;http://www.10gen.com/contributor&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.10gen.com/contributor&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101181" author="piotr" created="Wed, 21 Mar 2012 22:47:07 +0000"  >&lt;p&gt;Created pull request: &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/pull/191&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/pull/191&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Please apply.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="152505">SERVER-14889</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="11829">SERVER-1042</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>16.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>Wed, 21 Mar 2012 21:05:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 44 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_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>andrew.morrow@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 44 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>piotr</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hro92n:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8812</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_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10153"><![CDATA[Unneeded]]></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|hrnupj:</customfieldvalue>

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