<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:37: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>[SERVER-34648] Write test for all types of transaction write conflicts</title>
                <link>https://jira.mongodb.org/browse/SERVER-34648</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We want to verify that all possible types of write conflicts correctly abort transactions. This can generally be tested by running two transactions in different sessions, and exercising the cases listed below. There may be additional interesting cases that are worth testing.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Single Document Conflicts&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Two transactions update the same document&lt;/li&gt;
	&lt;li&gt;Two transactions try to delete the same document&lt;/li&gt;
	&lt;li&gt;Two transactions try to insert identical documents&lt;/li&gt;
	&lt;li&gt;One transaction tries to delete a document D and the other transactions tries to update document D&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;b&gt;Predicate Based Conflicts&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Two transactions execute a predicate based update and the document sets updated by each transaction intersect&lt;/li&gt;
	&lt;li&gt;Two transactions execute a predicate based delete and the document sets delete by each transaction intersect&lt;/li&gt;
	&lt;li&gt;One transaction executes a predicate based delete, another transaction executes a predicate based update and the document sets targeted by each transaction intersect.&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment></environment>
        <key id="533401">SERVER-34648</key>
            <summary>Write test for all types of transaction write conflicts</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="william.schultz@mongodb.com">William Schultz</assignee>
                                    <reporter username="william.schultz@mongodb.com">William Schultz</reporter>
                        <labels>
                    </labels>
                <created>Tue, 24 Apr 2018 18:46:11 +0000</created>
                <updated>Sun, 29 Oct 2023 22:32:26 +0000</updated>
                            <resolved>Tue, 5 Jun 2018 23:20:21 +0000</resolved>
                                                    <fixVersion>4.0.0</fixVersion>
                    <fixVersion>4.1.1</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1913144" author="xgen-internal-githook" created="Wed, 6 Jun 2018 22:28:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Tag write_conflicts.js library with uses_transactions&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 8d2ff6ae7c17b32eb31b8d35bb2e42a9a64169aa)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/967e8eb7cd2f3835663dda89176a2118ac5a06fa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/967e8eb7cd2f3835663dda89176a2118ac5a06fa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1913143" author="xgen-internal-githook" created="Wed, 6 Jun 2018 22:28:13 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;visualzhou&apos;, &apos;name&apos;: &apos;Siyuan Zhou&apos;, &apos;email&apos;: &apos;siyuan.zhou@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Fix lint&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 89820c9380b4c71323d3bfe166156f39d4ddae28)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2c0d6d82c796c62da4be88bb283ec32ef5218dce&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2c0d6d82c796c62da4be88bb283ec32ef5218dce&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1913142" author="xgen-internal-githook" created="Wed, 6 Jun 2018 22:28:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add test for unique index write conflicts in transactions&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 96f3bf9c2f9d8180e5852ff7ec6bdfee545762b4)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/28588dc6ff0bd23f59dfef5f9715aff419f0a130&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/28588dc6ff0bd23f59dfef5f9715aff419f0a130&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1913141" author="xgen-internal-githook" created="Wed, 6 Jun 2018 22:28:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add write conflicts test library&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 975569e47b84dd70c20e81b2abb6b991195c8391)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4c5f65fe2d029492c4485f0593f0001f48774967&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4c5f65fe2d029492c4485f0593f0001f48774967&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1913042" author="xgen-internal-githook" created="Wed, 6 Jun 2018 21:27:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Tag write_conflicts.js library with uses_transactions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8d2ff6ae7c17b32eb31b8d35bb2e42a9a64169aa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8d2ff6ae7c17b32eb31b8d35bb2e42a9a64169aa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1912152" author="xgen-internal-githook" created="Wed, 6 Jun 2018 07:09:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;visualzhou&apos;, &apos;name&apos;: &apos;Siyuan Zhou&apos;, &apos;email&apos;: &apos;siyuan.zhou@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Fix lint&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/89820c9380b4c71323d3bfe166156f39d4ddae28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/89820c9380b4c71323d3bfe166156f39d4ddae28&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1911993" author="xgen-internal-githook" created="Tue, 5 Jun 2018 23:17:10 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add test for unique index write conflicts in transactions&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/96f3bf9c2f9d8180e5852ff7ec6bdfee545762b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/96f3bf9c2f9d8180e5852ff7ec6bdfee545762b4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1911915" author="xgen-internal-githook" created="Tue, 5 Jun 2018 22:07:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add write conflicts test library&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/975569e47b84dd70c20e81b2abb6b991195c8391&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/975569e47b84dd70c20e81b2abb6b991195c8391&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1911162" author="william.schultz" created="Tue, 5 Jun 2018 15:23:48 +0000"  >&lt;p&gt;Code review url (Refactor write conflict testing logic into helper library): &lt;a href=&quot;https://mongodbcr.appspot.com/206660001/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodbcr.appspot.com/206660001/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1910647" author="xgen-internal-githook" created="Mon, 4 Jun 2018 22:47:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add test case for an additional transaction write conflict ordering&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 27b080da5ab09b324514a62ab38a3e6463e0d1c1)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/afc1761507fe6a36ba4ae8eca7c4375a153fff2e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/afc1761507fe6a36ba4ae8eca7c4375a153fff2e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1910594" author="xgen-internal-githook" created="Mon, 4 Jun 2018 22:00:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;will62794&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;email&apos;: &apos;william.schultz@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add test case for an additional transaction write conflict ordering&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/27b080da5ab09b324514a62ab38a3e6463e0d1c1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/27b080da5ab09b324514a62ab38a3e6463e0d1c1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1907508" author="william.schultz" created="Thu, 31 May 2018 22:16:22 +0000"  >&lt;p&gt;Code review url (Add test for additional write conflict ordering): &lt;a href=&quot;https://mongodbcr.appspot.com/209100003&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodbcr.appspot.com/209100003&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1886025" author="xgen-internal-githook" created="Tue, 8 May 2018 16:25:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;william.schultz@mongodb.com&apos;, &apos;name&apos;: &apos;William Schultz&apos;, &apos;username&apos;: &apos;will62794&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34648&quot; title=&quot;Write test for all types of transaction write conflicts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34648&quot;&gt;&lt;del&gt;SERVER-34648&lt;/del&gt;&lt;/a&gt; Add test for all types of transactions write conflicts&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4bd54f91aff69e050656b709d09d86c6584e15b6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4bd54f91aff69e050656b709d09d86c6584e15b6&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="541593">SERVER-34919</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="533410">SERVER-34650</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15640"><![CDATA[v4.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, 8 May 2018 16:25:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 36 weeks 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-718</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>
                            5 years, 36 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>william.schultz@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htwbef:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htlal3:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2260">Repl 2018-05-07</customfieldvalue>
    <customfieldvalue id="2278">Repl 2018-05-21</customfieldvalue>
    <customfieldvalue id="2296">Repl 2018-06-04</customfieldvalue>
    <customfieldvalue id="2297">Repl 2018-06-18</customfieldvalue>

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

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