<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:45:28 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>[COMPASS-7132] Updating document string value to &quot;[object Object]&quot; turns into empty string</title>
                <link>https://jira.mongodb.org/browse/COMPASS-7132</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;h3&gt;&lt;a name=&quot;ProblemStatement%2FRationale&quot;&gt;&lt;/a&gt;&lt;b&gt;Problem Statement/Rationale&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;&#160;When I type a string literal into the document update box, I expect that the string will accept any valid Unicode input. However, typing &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt;&quot; will reset the field to an empty string when the closing brace is typed.&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/470329/470329_image-2023-08-21-11-41-43-993.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; Prior&#160; to typing the closing brace, this is what the text looks like.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/470328/470328_image-2023-08-21-11-42-11-940.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; After typing the final closing brace, the string becomes empty. I can do this again by typing &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt;&quot; again, even without closing the edit document window or without restarting the application. When update is clicked, the empty string is saved to the document.&lt;/p&gt;

&lt;p&gt;Other similar strings do not have this behavior. Examples are &quot;[]&quot;, &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;foobar&amp;#93;&lt;/span&gt;&quot;, and &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;object Objects&amp;#93;&lt;/span&gt;&quot;.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/470327/470327_image-2023-08-21-11-45-15-544.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Please be sure to attach relevant logs &lt;em&gt;with any sensitive data redacted&lt;/em&gt;.&lt;/b&gt;&lt;br/&gt;
&lt;em&gt;How to retrieve logs for: &lt;a href=&quot;https://www.mongodb.com/docs/compass/current/troubleshooting/logs/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Compass&lt;/a&gt;; &lt;a href=&quot;https://www.mongodb.com/docs/mongodb-shell/logs/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Shell&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;After checking the logs, I don&apos;t see anything relevant, since the actions taken involve keypresses without sending the update. Please contact me if you have trouble reproducing.&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;StepstoReproduce&quot;&gt;&lt;/a&gt;&lt;b&gt;Steps to Reproduce&lt;/b&gt;&lt;/h3&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;font color=&quot;#505f79&quot;&gt;Open a collection with at least one document with a string field.&lt;/font&gt;&lt;/li&gt;
	&lt;li&gt;&lt;font color=&quot;#505f79&quot;&gt;Double click on the string value to enter &quot;Edit Document&quot; mode.&lt;/font&gt;&lt;/li&gt;
	&lt;li&gt;&lt;font color=&quot;#505f79&quot;&gt;Type &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt;&quot; (no quotes) into the field.&lt;/font&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;h3&gt;&lt;a name=&quot;ExpectedResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Expected Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;The new pending field value is &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt;&quot;.&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;ActualResults&quot;&gt;&lt;/a&gt;&lt;b&gt;Actual Results&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;The new pending field value is &quot;&quot;.&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;AdditionalNotes&quot;&gt;&lt;/a&gt;&lt;b&gt;Additional Notes&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;While this is an odd document modification, it is something I was required to do to test a script to fix broken data. I am unaware if there are any other magic strings that cause similar problems.&lt;/font&gt;&lt;/p&gt;</description>
                <environment>OS: Windows 10&lt;br/&gt;
node.js / npm versions:&lt;br/&gt;
Additional info: Compass 1.39.1&lt;br/&gt;
</environment>
        <key id="2422357">COMPASS-7132</key>
            <summary>Updating document string value to &quot;[object Object]&quot; turns into empty string</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="maurizio.casimirri@mongodb.com">Maurizio Casimirri</assignee>
                                    <reporter username="eric.dilmore@oakstreethealth.com">Eric Dilmore</reporter>
                        <labels>
                    </labels>
                <created>Mon, 21 Aug 2023 16:49:20 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:13 +0000</updated>
                            <resolved>Thu, 24 Aug 2023 14:37:01 +0000</resolved>
                                    <version>1.39.1</version>
                    <version>1.39.2</version>
                                    <fixVersion>1.39.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5679577" author="xgen-internal-githook" created="Tue, 5 Sep 2023 13:44:33 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt; (#4754)&lt;br/&gt;
Branch: ga-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5677230" author="xgen-internal-githook" created="Mon, 4 Sep 2023 05:05:24 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt; (#4754)&lt;br/&gt;
Branch: beta-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5669743" author="xgen-internal-githook" created="Wed, 30 Aug 2023 18:11:52 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt; (#4754)&lt;br/&gt;
Branch: validate-fs-data&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5669079" author="xgen-internal-githook" created="Wed, 30 Aug 2023 15:37:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt; (#4754)&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7073&quot; title=&quot;Align storage interfaces&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7073&quot;&gt;&lt;del&gt;COMPASS-7073&lt;/del&gt;&lt;/a&gt;-align-storages&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5668226" author="xgen-internal-githook" created="Wed, 30 Aug 2023 11:44:15 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt; (#4754)&lt;br/&gt;
Branch: compass-7112-add-atlas-service-tracking&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5665693" author="xgen-internal-githook" created="Tue, 29 Aug 2023 13:03:23 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt; (#4754)&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b924f022952eca8b5bec384b1a7a180b4c8a548&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5654000" author="xgen-internal-githook" created="Wed, 23 Aug 2023 16:05:28 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: fix: allow &lt;span class=&quot;error&quot;&gt;&amp;#91;object Object&amp;#93;&lt;/span&gt; as a valid string value in TypeChecker &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-7132&quot; title=&quot;Updating document string value to &amp;quot;[object Object]&amp;quot; turns into empty string&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-7132&quot;&gt;&lt;del&gt;COMPASS-7132&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5b8c92a44a5a057eb1e292ab4baccd01f85b7da0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5b8c92a44a5a057eb1e292ab4baccd01f85b7da0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5647492" author="JIRAUSER1274778" created="Mon, 21 Aug 2023 16:56:41 +0000"  >&lt;p&gt;I meant to also add my workaround, which is that this update is simple to perform by using `updateOne` in the mongo shell. The Compass interface appears to be where the problem lies.&lt;/p&gt;</comment>
                            <comment id="5647457" author="dbeng-pm-bot" created="Mon, 21 Aug 2023 16:49:23 +0000"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=eric.dilmore%40oakstreethealth.com&quot; class=&quot;user-hover&quot; rel=&quot;eric.dilmore@oakstreethealth.com&quot;&gt;eric.dilmore@oakstreethealth.com&lt;/a&gt;, thank you for reaching out to us! The team will review your issue and get back to you soon as soon as possible. &lt;/p&gt;

&lt;p&gt;Please review your issue to ensure you&apos;ve included your environment details and have attached relevant logs (with any sensitive data redacted), so that we&apos;re best able to provide you a timely and thorough response. Thanks again!&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="470329" name="image-2023-08-21-11-41-43-993.png" size="31308" author="eric.dilmore@oakstreethealth.com" created="Mon, 21 Aug 2023 16:41:44 +0000"/>
                            <attachment id="470328" name="image-2023-08-21-11-42-11-940.png" size="30130" author="eric.dilmore@oakstreethealth.com" created="Mon, 21 Aug 2023 16:42:12 +0000"/>
                            <attachment id="470327" name="image-2023-08-21-11-45-15-544.png" size="31834" author="eric.dilmore@oakstreethealth.com" created="Mon, 21 Aug 2023 16:45:16 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 21 Aug 2023 16:49:23 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        22 weeks, 1 day 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_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not 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>
                            22 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eric.dilmore@oakstreethealth.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>maurizio.casimirri@mongodb.com</customfieldvalue>
            <customfieldvalue>dbeng-pm-bot</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2n55z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i256kg:</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_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|i2mrbb:</customfieldvalue>

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