<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:49:05 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-18899] Enable fsyncLock on WiredTiger to allow backups via copy</title>
                <link>https://jira.mongodb.org/browse/SERVER-18899</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This could be enabled by taking a backup cursor during lock and releasing it during unlock.&lt;/p&gt;

&lt;p&gt;See: &lt;a href=&quot;http://source.wiredtiger.com/develop/backup.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://source.wiredtiger.com/develop/backup.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="209569">SERVER-18899</key>
            <summary>Enable fsyncLock on WiredTiger to allow backups via copy</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="9">Done</resolution>
                                        <assignee username="david.hows">David Hows</assignee>
                                    <reporter username="dan@mongodb.com">Daniel Pasette</reporter>
                        <labels>
                    </labels>
                <created>Tue, 9 Jun 2015 20:44:50 +0000</created>
                <updated>Mon, 28 May 2018 05:15:23 +0000</updated>
                            <resolved>Fri, 25 Sep 2015 05:39:58 +0000</resolved>
                                                    <fixVersion>3.1.9</fixVersion>
                                    <component>WiredTiger</component>
                                        <votes>1</votes>
                                    <watches>19</watches>
                                                                                                                <comments>
                            <comment id="1043054" author="david.hows" created="Fri, 25 Sep 2015 05:39:58 +0000"  >&lt;p&gt;This change adds 2 new calls into the storage API, beginBackup and endBackup. These are required calls now when running the fsync command&lt;/p&gt;</comment>
                            <comment id="1043053" author="xgen-internal-githook" created="Fri, 25 Sep 2015 05:36:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;daveh86&apos;, u&apos;name&apos;: u&apos;David Hows&apos;, u&apos;email&apos;: u&apos;howsdav@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; - Add beginBackup and endBackup to storage API&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e5bd1ecd48d78900bafd64022200f94eb7be24c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e5bd1ecd48d78900bafd64022200f94eb7be24c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1029757" author="david.hows" created="Tue, 15 Sep 2015 03:44:34 +0000"  >&lt;p&gt;Hey &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=redbeard0531&quot; class=&quot;user-hover&quot; rel=&quot;redbeard0531&quot;&gt;redbeard0531&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Would appreciate your input here. As a consequence of making the changes we discussed around returning &lt;tt&gt;CommandNotSupported&lt;/tt&gt; by default, there are a large number of test failures for rocksdb.&lt;/p&gt;

&lt;p&gt;Looking over those failures, they mostly seem to come from places where we are using fsyncLock to block writes, rather than guarantee filesystem consistency (replication tests where we block writes to secondary&apos;s are a common example). There are about 10~ test suites which would need to be modified in order to stop these errors. &lt;/p&gt;

&lt;p&gt;Wanted your input on how best to proceed, currently I see the following as options:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Leave the tests broken until we fix the issue in mongo-rocks&lt;/li&gt;
	&lt;li&gt;Modify all of theses tests to skip the relevant part when fsync returns &lt;tt&gt;CommandNotSupported&lt;/tt&gt;&lt;/li&gt;
&lt;/ol&gt;

</comment>
                            <comment id="1028568" author="xgen-internal-githook" created="Mon, 14 Sep 2015 07:19:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;daveh86&apos;, u&apos;name&apos;: u&apos;David Hows&apos;, u&apos;email&apos;: u&apos;howsdav@gmail.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; - Add beginBackup and endBackup to storage API&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit e1d7404eae3a2c33fa4f15105b931f17d0c3d502.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3325cd25cd45ca7bdf856f62a740497ba7eedf36&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3325cd25cd45ca7bdf856f62a740497ba7eedf36&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1028545" author="xgen-internal-githook" created="Mon, 14 Sep 2015 06:09:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;daveh86&apos;, u&apos;name&apos;: u&apos;David Hows&apos;, u&apos;email&apos;: u&apos;howsdav@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; - Add beginBackup and endBackup to storage API&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e1d7404eae3a2c33fa4f15105b931f17d0c3d502&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e1d7404eae3a2c33fa4f15105b931f17d0c3d502&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1012755" author="martin.bligh" created="Mon, 24 Aug 2015 12:14:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=michael.cahill&quot; class=&quot;user-hover&quot; rel=&quot;michael.cahill&quot;&gt;michael.cahill&lt;/a&gt; , &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=david.hows&quot; class=&quot;user-hover&quot; rel=&quot;david.hows&quot;&gt;david.hows&lt;/a&gt; - if it&apos;s fairly quick and simple, do you want to just write a change and send it across for review? If it&apos;s more complex and is going to risk a lot of time, can discuss it first.&lt;/p&gt;</comment>
                            <comment id="1012548" author="michael.cahill" created="Mon, 24 Aug 2015 00:01:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dan%4010gen.com&quot; class=&quot;user-hover&quot; rel=&quot;dan@10gen.com&quot;&gt;dan@10gen.com&lt;/a&gt;, this just needs &lt;tt&gt;beginFSyncLock&lt;/tt&gt; / &lt;tt&gt;endFSyncLock&lt;/tt&gt; hooks in the storage engine API (or better would be &lt;tt&gt;beginBackup&lt;/tt&gt; / &lt;tt&gt;endBackup&lt;/tt&gt;).  The WiredTiger implementation of those methods would just be to open/close a backup cursor.&lt;/p&gt;

&lt;p&gt;I can ask &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=daveh86&quot; class=&quot;user-hover&quot; rel=&quot;daveh86&quot;&gt;daveh86&lt;/a&gt; to make the changes but the storage engine API side will need input from &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=martin.bligh&quot; class=&quot;user-hover&quot; rel=&quot;martin.bligh&quot;&gt;martin.bligh&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=redbeard0531&quot; class=&quot;user-hover&quot; rel=&quot;redbeard0531&quot;&gt;redbeard0531&lt;/a&gt; and/or &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=geert.bosch&quot; class=&quot;user-hover&quot; rel=&quot;geert.bosch&quot;&gt;geert.bosch&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="961473" author="xgen-internal-githook" created="Wed, 8 Jul 2015 19:36:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sueloverso&apos;, u&apos;name&apos;: u&apos;sueloverso&apos;, u&apos;email&apos;: u&apos;sue@mongodb.com&apos;}
&lt;p&gt;Message: Merge pull request #2053 from wiredtiger/testsuite-refactor-amend&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; followup to abstract copying a WT home directory into a function.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/3b38f011ab1c34d6a420105592f2bf866bde14c5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/3b38f011ab1c34d6a420105592f2bf866bde14c5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="961472" author="xgen-internal-githook" created="Wed, 8 Jul 2015 19:36:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ddanderson&apos;, u&apos;name&apos;: u&apos;Don Anderson&apos;, u&apos;email&apos;: u&apos;dda@ddanderson.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; followup to abstract copying a WT home directory into a function,&lt;br/&gt;
and create two callers to the function.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/718f244fdd07c82e5390960af3a0c0155ccba390&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/718f244fdd07c82e5390960af3a0c0155ccba390&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="955391" author="xgen-internal-githook" created="Wed, 1 Jul 2015 06:48:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;michaelcahill&apos;, u&apos;name&apos;: u&apos;Michael Cahill&apos;, u&apos;email&apos;: u&apos;michael.cahill@mongodb.com&apos;}
&lt;p&gt;Message: Merge pull request #2027 from wiredtiger/fsynclock-test&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; Add unit test to simulate fsyncLock.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/d04083d3402501b06301196e409e4bf034aeee35&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/d04083d3402501b06301196e409e4bf034aeee35&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="955390" author="xgen-internal-githook" created="Wed, 1 Jul 2015 06:48:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sueloverso&apos;, u&apos;name&apos;: u&apos;Susan LoVerso&apos;, u&apos;email&apos;: u&apos;sue@wiredtiger.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; Add Window-specific function.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/105f7d990e8dccd54e76fb3b045a6bd4408e63d6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/105f7d990e8dccd54e76fb3b045a6bd4408e63d6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="955389" author="xgen-internal-githook" created="Wed, 1 Jul 2015 06:47:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sueloverso&apos;, u&apos;name&apos;: u&apos;Susan LoVerso&apos;, u&apos;email&apos;: u&apos;sue@wiredtiger.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18899&quot; title=&quot;Enable fsyncLock on WiredTiger to allow backups via copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18899&quot;&gt;&lt;del&gt;SERVER-18899&lt;/del&gt;&lt;/a&gt; Add unit test to simulate fsyncLock.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/26ac5aea07aedb09e9b5aa58ca20d07468dede42&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/26ac5aea07aedb09e9b5aa58ca20d07468dede42&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="212396">WT-1973</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="189049">SERVER-17557</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="231525">SERVER-20637</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                                                <inwardlinks description="is documented by">
                                        <issuelink>
            <issuekey id="280109">DOCS-7661</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="231537">DOCS-6273</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="229523">SERVER-20389</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>12.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10012"><![CDATA[Major Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 1 Jul 2015 06:47:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 20 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-121</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>kevin.adistambha@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 20 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dan@mongodb.com</customfieldvalue>
            <customfieldvalue>david.hows</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>martin.bligh</customfieldvalue>
            <customfieldvalue>michael.cahill@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl3n3:</customfieldvalue>

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

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