<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:12:33 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-69091] Handle additional out-of-bounds expireAfterSeconds values for TTL indexes</title>
                <link>https://jira.mongodb.org/browse/SERVER-69091</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We fixed NaN-handling for TTL indexes in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-68477&quot; title=&quot;Improve NaN-handling for expireAfterSeconds TTL index parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-68477&quot;&gt;&lt;del&gt;SERVER-68477&lt;/del&gt;&lt;/a&gt;. It appears we may also mishandle other floating point values which are out of bounds for the integer types we convert them to.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2120117">SERVER-69091</key>
            <summary>Handle additional out-of-bounds expireAfterSeconds values for TTL indexes</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="matthew.saltz@mongodb.com">Matthew Saltz</assignee>
                                    <reporter username="dan.larkin-york@mongodb.com">Dan Larkin-York</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Aug 2022 16:26:46 +0000</created>
                <updated>Sun, 29 Oct 2023 21:34:05 +0000</updated>
                            <resolved>Mon, 17 Oct 2022 17:11:04 +0000</resolved>
                                                    <fixVersion>6.2.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="5186581" author="JIRAUSER1272807" created="Fri, 10 Feb 2023 14:39:26 +0000"  >&lt;p&gt;Thanks &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/thumbs_up.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="5186575" author="JIRAUSER1258161" created="Fri, 10 Feb 2023 14:36:55 +0000"  >&lt;p&gt;I filed &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-73879&quot; title=&quot;Improve error messages for out-of-bounds expireAfterSeconds values&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-73879&quot;&gt;&lt;del&gt;SERVER-73879&lt;/del&gt;&lt;/a&gt; to update the messaging here.&lt;/p&gt;</comment>
                            <comment id="5185707" author="JIRAUSER1272807" created="Fri, 10 Feb 2023 08:51:58 +0000"  >&lt;p&gt;@Dan, please update the official document about the upper limit and add more details in the error info&lt;/p&gt;</comment>
                            <comment id="5183632" author="JIRAUSER1272807" created="Thu, 9 Feb 2023 17:13:20 +0000"  >&lt;p&gt;Perfect, this helps&lt;/p&gt;</comment>
                            <comment id="5183505" author="JIRAUSER1258161" created="Thu, 9 Feb 2023 16:45:45 +0000"  >&lt;p&gt;Hi, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mukundhan.sampath%403tsoftwarelabs.com&quot; class=&quot;user-hover&quot; rel=&quot;mukundhan.sampath@3tsoftwarelabs.com&quot;&gt;mukundhan.sampath@3tsoftwarelabs.com&lt;/a&gt;. Thanks for reaching out. The error message here is a bit confusing, or at least less informative than it potentially could be. There&apos;s slightly different handling for the maximum value depending on whether you&apos;re using the expireAfterSeconds field for a secondary index or a time series collection.&lt;/p&gt;

&lt;p&gt;In the case of a secondary index, the allowed range is from 1 to (2^31 - 1) == 2147483647.&lt;/p&gt;

&lt;p&gt;Time-series collections are a bit more restricted, and allow a value from 1 to &quot;the number of seconds since the Unix epoch&quot;, currently approximately 1675960940 as I type this.&lt;/p&gt;

&lt;p&gt;Please let me know if you have any other questions or concerns about this issue.&lt;/p&gt;</comment>
                            <comment id="5183475" author="JIRAUSER1272807" created="Thu, 9 Feb 2023 16:36:58 +0000"  >&lt;p&gt;After further analysis, came to know that it should not be greater than the current epoch time for time series collections&lt;/p&gt;</comment>
                            <comment id="5183403" author="JIRAUSER1272807" created="Thu, 9 Feb 2023 16:18:27 +0000"  >&lt;p&gt;Attaching the stacktrace&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
com.mongodb.MongoCommandException: Command failed with error 72 (InvalidOptions): &apos;TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&apos; on server *****:27017. The full response is {&quot;ok&quot;: 0.0, &quot;errmsg&quot;: &quot;TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&quot;, &quot;code&quot;: 72, &quot;codeName&quot;: &quot;InvalidOptions&quot;, &quot;$clusterTime&quot;: {&quot;clusterTime&quot;: {&quot;$timestamp&quot;: {&quot;t&quot;: 1675952975, &quot;i&quot;: 9}}, &quot;signature&quot;: {&quot;hash&quot;: {&quot;$binary&quot;: {&quot;base64&quot;: &quot;/zm+FhUEu7DmiA/BM+SyUGCT9bw=&quot;, &quot;subType&quot;: &quot;00&quot;}}, &quot;keyId&quot;: 7168488098504900610}}, &quot;operationTime&quot;: {&quot;$timestamp&quot;:&lt;/p&gt;

{&quot;t&quot;: 1675952975, &quot;i&quot;: 9}

&lt;p&gt;}}&lt;/p&gt;

&lt;p&gt;Stacktrace:&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;_/ java.util.concurrent.CompletionException: com.mongodb.MongoCommandException: Command failed with error 72 (InvalidOptions): &apos;TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&apos; on server ****:27017. The full response is {&quot;ok&quot;: 0.0, &quot;errmsg&quot;: &quot;TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&quot;, &quot;code&quot;: 72, &quot;codeName&quot;: &quot;InvalidOptions&quot;, &quot;$clusterTime&quot;: {&quot;clusterTime&quot;: {&quot;$timestamp&quot;: {&quot;t&quot;: 1675952975, &quot;i&quot;: 9}}, &quot;signature&quot;: {&quot;hash&quot;: {&quot;$binary&quot;: {&quot;base64&quot;: &quot;/zm+FhUEu7DmiA/BM+SyUGCT9bw=&quot;, &quot;subType&quot;: &quot;00&quot;}}, &quot;keyId&quot;: 7168488098504900610}}, &quot;operationTime&quot;: {&quot;$timestamp&quot;: 
{&quot;t&quot;: 1675952975, &quot;i&quot;: 9}
&lt;p&gt;}}&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____/ Mongo Server error (MongoCommandException): Command failed with error 72 (InvalidOptions): &apos;TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&apos; on server ****:27017.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____...&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____... The full response is:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____... 
{|
|____... &quot;ok&quot; : 0.0,|
|____... &quot;errmsg&quot; : &quot;TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&quot;,|
|____... &quot;code&quot; : 72.0,|
|____... &quot;codeName&quot; : &quot;InvalidOptions&quot;,|
|____... &quot;$clusterTime&quot; : \{\| \|____... &quot;clusterTime&quot; : Timestamp(1675952975, 9),\| \|____... &quot;signature&quot; : \{ \\|____... &quot;hash&quot; : BinData(0, &quot;/zm+FhUEu7DmiA/BM+SyUGCT9bw=&quot;), \\|____... &quot;keyId&quot; : NumberLong(7168488098504900610) \\|____... }&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____... },&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____... &quot;operationTime&quot; : Timestamp(1675952975, 9)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;____... }&lt;br/&gt;
```&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</comment>
                            <comment id="5183388" author="JIRAUSER1272807" created="Thu, 9 Feb 2023 16:16:09 +0000"  >&lt;p&gt;Hi Mathew, &lt;/p&gt;

&lt;p&gt;We were using this feature to set ttl - &lt;font color=&quot;#000000&quot;&gt;expireAfterSeconds&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;for time series collection&#160;&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
&lt;font color=&quot;#000000&quot;&gt;db.createCollection&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;(&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#808000&quot;&gt;&#160; &#160;&quot;t1&quot;&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;,&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#800000&quot;&gt;&#160; {&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&#160; &#160; timeseries&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;{&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&#160; &#160; timeField&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#808000&quot;&gt;&quot;timestamp&quot;&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;,&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&#160; &#160; metaField&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#808000&quot;&gt;&quot;metadata&quot;&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;,&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&#160; &#160; granularity&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt; &lt;/font&gt;&lt;font color=&quot;#808000&quot;&gt;&quot;hours&quot;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#800000&quot;&gt;&#160;},&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&#160; &#160; expireAfterSeconds&lt;/font&gt;&lt;font color=&quot;#800000&quot;&gt;:&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt; 2147483648&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#800000&quot;&gt;&#160;}&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#800000&quot;&gt;)&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;```&lt;/p&gt;

&lt;p&gt;and we are getting the following error,&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
MongoServerError: TTL index &apos;expireAfterSeconds&apos; option must be within an acceptable range, try a lower number&lt;/p&gt;

&lt;p&gt;```&lt;/p&gt;

&lt;p&gt;Could you please provide the upper limit that is configured for the field ?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/1d79792d701ab899165a7c56108633bbeac3c924/src/mongo/db/catalog/index_key_validate.cpp#L910&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/1d79792d701ab899165a7c56108633bbeac3c924/src/mongo/db/catalog/index_key_validate.cpp#L910&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Have gone through the code, but it still does not help.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Using the latest mongodb version in atlas.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;TIA&lt;/p&gt;

&lt;p&gt;&#160;&lt;br/&gt;
&#160;&lt;/p&gt;</comment>
                            <comment id="4907606" author="xgen-internal-githook" created="Mon, 17 Oct 2022 16:57:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Matthew Saltz&apos;, &apos;email&apos;: &apos;matthew.saltz@mongodb.com&apos;, &apos;username&apos;: &apos;saltzm&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-69091&quot; title=&quot;Handle additional out-of-bounds expireAfterSeconds values for TTL indexes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-69091&quot;&gt;&lt;del&gt;SERVER-69091&lt;/del&gt;&lt;/a&gt; Handle invalid TTL expireAfterSeconds values uniformly&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/16344f9a8ea2264190454a9c880ff8b08730b8ac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/16344f9a8ea2264190454a9c880ff8b08730b8ac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4788554" author="connie.chen" created="Tue, 30 Aug 2022 15:29:08 +0000"  >&lt;p&gt;This may need to get backported past 5.0, potentially all the way to 4.2&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2139362">SERVER-69783</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2260449">SERVER-73879</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2104134">SERVER-68477</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>2.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>Tue, 30 Aug 2022 15:29:08 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        51 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-2881</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>
                            51 weeks, 5 days 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>connie.chen@mongodb.com</customfieldvalue>
            <customfieldvalue>dan.larkin-york@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>matthew.saltz@mongodb.com</customfieldvalue>
            <customfieldvalue>mukundhan.sampath@3tsoftwarelabs.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i17edb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0q5xs:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="6332">Execution Team 2022-10-17</customfieldvalue>
    <customfieldvalue id="6333">Execution Team 2022-10-31</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|i170in:</customfieldvalue>

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