<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:44:23 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-6801] Persist OIDC state across sessions as a secret</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6801</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description></description>
                <environment></environment>
        <key id="2335615">COMPASS-6801</key>
            <summary>Persist OIDC state across sessions as a secret</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="anna.henningsen@mongodb.com">Anna Henningsen</assignee>
                                    <reporter username="anna.henningsen@mongodb.com">Anna Henningsen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 May 2023 12:17:18 +0000</created>
                <updated>Sun, 29 Oct 2023 02:38:28 +0000</updated>
                            <resolved>Fri, 9 Jun 2023 16:42:58 +0000</resolved>
                                                    <fixVersion>1.38.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5505244" author="xgen-internal-githook" created="Fri, 16 Jun 2023 14:18:47 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt; (#4484)&lt;/p&gt;

&lt;p&gt;Make it so that the `enableShell` toggle does not only control whether&lt;br/&gt;
the shell is displayed, but actually create or tear down the shell&lt;br/&gt;
runtime instance in according to it.&lt;/p&gt;

&lt;p&gt;This obviously does not fix any issues on its own, but it does unblock&lt;br/&gt;
development on e.g. &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4484&lt;/a&gt;,&lt;br/&gt;
and seems like a good idea in general, because it also gives users&lt;br/&gt;
a workaround around not just the current Electron bug, but also future&lt;br/&gt;
problems where having the shell process running in the background&lt;br/&gt;
leads to undesirable behavior in the main Compass app.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: activity-telemetry&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5497867" author="xgen-internal-githook" created="Wed, 14 Jun 2023 09:59:08 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt; (#4484)&lt;/p&gt;

&lt;p&gt;Make it so that the `enableShell` toggle does not only control whether&lt;br/&gt;
the shell is displayed, but actually create or tear down the shell&lt;br/&gt;
runtime instance in according to it.&lt;/p&gt;

&lt;p&gt;This obviously does not fix any issues on its own, but it does unblock&lt;br/&gt;
development on e.g. &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4484&lt;/a&gt;,&lt;br/&gt;
and seems like a good idea in general, because it also gives users&lt;br/&gt;
a workaround around not just the current Electron bug, but also future&lt;br/&gt;
problems where having the shell process running in the background&lt;br/&gt;
leads to undesirable behavior in the main Compass app.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: 1.38-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5491299" author="xgen-internal-githook" created="Mon, 12 Jun 2023 10:53:02 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt; (#4484)&lt;/p&gt;

&lt;p&gt;Make it so that the `enableShell` toggle does not only control whether&lt;br/&gt;
the shell is displayed, but actually create or tear down the shell&lt;br/&gt;
runtime instance in according to it.&lt;/p&gt;

&lt;p&gt;This obviously does not fix any issues on its own, but it does unblock&lt;br/&gt;
development on e.g. &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4484&lt;/a&gt;,&lt;br/&gt;
and seems like a good idea in general, because it also gives users&lt;br/&gt;
a workaround around not just the current Electron bug, but also future&lt;br/&gt;
problems where having the shell process running in the background&lt;br/&gt;
leads to undesirable behavior in the main Compass app.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: bump-electron-23&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5491249" author="xgen-internal-githook" created="Mon, 12 Jun 2023 10:19:08 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt; (#4484)&lt;/p&gt;

&lt;p&gt;Make it so that the `enableShell` toggle does not only control whether&lt;br/&gt;
the shell is displayed, but actually create or tear down the shell&lt;br/&gt;
runtime instance in according to it.&lt;/p&gt;

&lt;p&gt;This obviously does not fix any issues on its own, but it does unblock&lt;br/&gt;
development on e.g. &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4484&lt;/a&gt;,&lt;br/&gt;
and seems like a good idea in general, because it also gives users&lt;br/&gt;
a workaround around not just the current Electron bug, but also future&lt;br/&gt;
problems where having the shell process running in the background&lt;br/&gt;
leads to undesirable behavior in the main Compass app.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: latest-lodash-everywhere&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5490283" author="xgen-internal-githook" created="Sat, 10 Jun 2023 19:54:18 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt; (#4484)&lt;/p&gt;

&lt;p&gt;Make it so that the `enableShell` toggle does not only control whether&lt;br/&gt;
the shell is displayed, but actually create or tear down the shell&lt;br/&gt;
runtime instance in according to it.&lt;/p&gt;

&lt;p&gt;This obviously does not fix any issues on its own, but it does unblock&lt;br/&gt;
development on e.g. &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4484&lt;/a&gt;,&lt;br/&gt;
and seems like a good idea in general, because it also gives users&lt;br/&gt;
a workaround around not just the current Electron bug, but also future&lt;br/&gt;
problems where having the shell process running in the background&lt;br/&gt;
leads to undesirable behavior in the main Compass app.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: redux-typescript-query-history-store&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5488618" author="xgen-internal-githook" created="Fri, 9 Jun 2023 16:42:44 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt; (#4484)&lt;/p&gt;

&lt;p&gt;Make it so that the `enableShell` toggle does not only control whether&lt;br/&gt;
the shell is displayed, but actually create or tear down the shell&lt;br/&gt;
runtime instance in according to it.&lt;/p&gt;

&lt;p&gt;This obviously does not fix any issues on its own, but it does unblock&lt;br/&gt;
development on e.g. &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4484&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4484&lt;/a&gt;,&lt;br/&gt;
and seems like a good idea in general, because it also gives users&lt;br/&gt;
a workaround around not just the current Electron bug, but also future&lt;br/&gt;
problems where having the shell process running in the background&lt;br/&gt;
leads to undesirable behavior in the main Compass app.&lt;/p&gt;

&lt;p&gt;Co-authored-by: Rhys &amp;lt;Anemy@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5ccd18bedc3eaee0b70f2f7176cda736f8e2643e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5484735" author="xgen-internal-githook" created="Thu, 8 Jun 2023 13:43:11 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 6801-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1d789a2d145c34ecbf6c6fffeb8127477e166f5e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1d789a2d145c34ecbf6c6fffeb8127477e166f5e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5479616" author="xgen-internal-githook" created="Tue, 6 Jun 2023 21:38:24 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Anna Henningsen&apos;, &apos;email&apos;: &apos;anna.henningsen@mongodb.com&apos;, &apos;username&apos;: &apos;addaleax&apos;}
&lt;p&gt;Message: feat: optionally store OIDC tokens as secrets &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6801&quot; title=&quot;Persist OIDC state across sessions as a secret&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6801&quot;&gt;&lt;del&gt;COMPASS-6801&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 6801-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/6f6c1cfd66f9c42e0d61c1e81ffe9843e2e145c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/6f6c1cfd66f9c42e0d61c1e81ffe9843e2e145c2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 6 Jun 2023 21:38:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        33 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_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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-5955</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>
                            33 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>anna.henningsen@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i28aqv:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7439">Iteration Citipati</customfieldvalue>
    <customfieldvalue id="7520">Iteration Dreadnoughtus</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.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|i27ww7:</customfieldvalue>

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