<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:50:45 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-60791] Add information about index build state in listIndexes output</title>
                <link>https://jira.mongodb.org/browse/SERVER-60791</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;See discussion in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-59084&quot; title=&quot;Add &amp;quot;includeIndexBuildInfo&amp;quot; flag to listIndexes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-59084&quot;&gt;&lt;del&gt;SERVER-59084&lt;/del&gt;&lt;/a&gt; &#8211; Currently, in the currentOp output as well as in the system.indexBuilds collection, there&apos;s a lot of information regarding the status of index builds (Namely, the phase of each index build and which indexes are being built by a given index build). It would be nice to have this index build state information be output in listIndexes. After &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-59084&quot; title=&quot;Add &amp;quot;includeIndexBuildInfo&amp;quot; flag to listIndexes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-59084&quot;&gt;&lt;del&gt;SERVER-59084&lt;/del&gt;&lt;/a&gt;, the listIndexes output will include, per index, a field &quot;indexBuildStatus&quot; denoting whether that index is currently building or not, but not the specific phase of index building.&lt;/p&gt;

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

&lt;p&gt;Information about phases for each index build which goes into CurOp is maintained by various index-build related operations, for example &lt;a href=&quot;https://github.com/10gen/mongo/blob/05f055aad47b6afa3902ec4c11925c848f9cd534/src/mongo/db/catalog/index_builds_manager.cpp#L148&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;&#160;where the phase is set to scanning collection. Information about index builds in system.indexBuilds is maintained by _setUpIndexBuildInner&#160;&lt;a href=&quot;#L1845&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;here&lt;/a&gt;. The serverStatus command also includes some information about current index builds, but it only holds how many index builds are in each phase, not which index builds are in which phase &#8211; that information is maintained in the&#160;activeIndexBuilds server status section by the IndexBuildsCoordinator, for example&#160;&lt;a href=&quot;https://github.com/10gen/mongo/blob/e24c4546b90a5af883dc111c0a60c6424ac395d2/src/mongo/db/index_builds_coordinator.cpp#L2344&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;&#160;where the number of index builds in the scanCollection phase is maintained.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1901314">SERVER-60791</key>
            <summary>Add information about index build state in listIndexes output</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="gabriel.marks@mongodb.com">Gabriel Marks</reporter>
                        <labels>
                    </labels>
                <created>Mon, 18 Oct 2021 20:02:19 +0000</created>
                <updated>Sun, 29 Oct 2023 21:47:14 +0000</updated>
                            <resolved>Mon, 23 May 2022 10:14:04 +0000</resolved>
                                                    <fixVersion>6.1.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="4561721" author="xgen-internal-githook" created="Fri, 20 May 2022 10:35:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add replication state to listIndexes indexBuildInfo section&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/537d6f9fbf143b4395d1f62f3ce4741a7b57a333&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/537d6f9fbf143b4395d1f62f3ce4741a7b57a333&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4558874" author="xgen-internal-githook" created="Thu, 19 May 2022 10:53:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add opid and resumable index build info to listIndexes indexBuildInfo section&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5b63a432d152cafcd2e8479a28754c3d51d63baf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5b63a432d152cafcd2e8479a28754c3d51d63baf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4556152" author="xgen-internal-githook" created="Wed, 18 May 2022 12:28:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add opid and resumable index build info to listIndexes indexBuildInfo section&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 76afdba43ae9e6000f7837f8e2072b00fccf3049.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1ed99dd17503f9cc05a5a722fe3730715b0742d5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1ed99dd17503f9cc05a5a722fe3730715b0742d5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4556151" author="xgen-internal-githook" created="Wed, 18 May 2022 12:28:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add replication state to listIndexes indexBuildInfo section&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 3b24de4cdac250de6c74874d1410ab6d433d79dc.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8ca44f1214297e7dd6311dd82548146989658831&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8ca44f1214297e7dd6311dd82548146989658831&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4554084" author="xgen-internal-githook" created="Tue, 17 May 2022 18:21:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add replication state to listIndexes indexBuildInfo section&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3b24de4cdac250de6c74874d1410ab6d433d79dc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3b24de4cdac250de6c74874d1410ab6d433d79dc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4552291" author="xgen-internal-githook" created="Tue, 17 May 2022 09:57:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add opid and resumable index build info to listIndexes indexBuildInfo section&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/76afdba43ae9e6000f7837f8e2072b00fccf3049&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/76afdba43ae9e6000f7837f8e2072b00fccf3049&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4550865" author="xgen-internal-githook" created="Mon, 16 May 2022 18:11:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add phase and method (hybrid/foreground) to listIndexes indexBuildInfo section&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/690427709f5382b110615394101a3dd3b76e6525&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/690427709f5382b110615394101a3dd3b76e6525&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4550549" author="xgen-internal-githook" created="Mon, 16 May 2022 17:01:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; IndexBuildTest.assertIndexes() supports includeIndexBuildInfo&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0fc78a8b14bb85d655a25f571d5d76af9a989233&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0fc78a8b14bb85d655a25f571d5d76af9a989233&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4549811" author="xgen-internal-githook" created="Mon, 16 May 2022 14:31:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-60791&quot; title=&quot;Add information about index build state in listIndexes output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-60791&quot;&gt;&lt;del&gt;SERVER-60791&lt;/del&gt;&lt;/a&gt; add appendBuildInfo() method to IndexBuildsCoordinator and index build class hierarchy for listIndexes includeIncludeBuildInfo&lt;/p&gt;

&lt;p&gt;Contains no functional or formatting changes to listIndexes.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/04402176f1ae8471396905b419ebb3d1b7d1c7a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/04402176f1ae8471396905b419ebb3d1b7d1c7a9&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="2052519">DOCS-15353</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1840277">SERVER-59084</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1776184">SERVER-57625</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>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.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, 19 Oct 2021 15:29:14 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 37 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_17052" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Downstream Changes Summary</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Includes new fields under indexBuildInfo section in listIndexes command result when enabling includeBuildInfo option</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16942"><![CDATA[Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-2544</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>
                            1 year, 37 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>gabriel.marks@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|i068an:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0c2wy:</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="5979">Execution Team 2022-05-02</customfieldvalue>
    <customfieldvalue id="5980">Execution Team 2022-05-16</customfieldvalue>
    <customfieldvalue id="5981">Execution Team 2022-05-30</customfieldvalue>

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

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