<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:43:10 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-36461] Add &apos;transaction&apos; identifier to slow transaction log output</title>
                <link>https://jira.mongodb.org/browse/SERVER-36461</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We should add an identifier to the log message for slow transactions so that we know the information logged corresponds to a transaction. This could be as simple as prefixing the log message with &apos;transaction&apos;. Currently, slow transaction log messages look like the following:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;I COMMAND  [main] parameters:{ lsid: { id: UUID(&quot;1d7db5e4-e684-482e-b903-eb23203d14d8&quot;), uid: BinData(0, E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855) }, txnNumber: 1, autocommit: false, readConcern: { level: &quot;snapshot&quot; } }, readTimestamp:Timestamp(0, 0), keysExamined:1 docsExamined:1 nMatched:1 nModified:1 ninserted:1 ndeleted:1 nmoved:1 keysInserted:1 keysDeleted:1 prepareReadConflicts:1 writeConflicts:1 terminationCause:committed timeActiveMicros:11142 timeInactiveMicros:3 numYields:0 locks:{ Global: { acquireCount: { r: 6, w: 4 } }, Database: { acquireCount: { r: 1, w: 1, W: 2 } }, Collection: { acquireCount: { R: 1 } }, oplog: { acquireCount: { W: 1 } } } 11ms&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;We could change them to look to something like:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;I COMMAND  [main] transaction parameters:{ lsid: { id: UUID(&quot;1d7db5e4-e684-482e-b903-eb23203d14d8&quot;), uid: BinData(0, E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855) }, txnNumber: 1, autocommit: false, readConcern: { level: &quot;snapshot&quot; } }, readTimestamp:Timestamp(0, 0), keysExamined:1 docsExamined:1 nMatched:1 nModified:1 ninserted:1 ndeleted:1 nmoved:1 keysInserted:1 keysDeleted:1 prepareReadConflicts:1 writeConflicts:1 terminationCause:committed timeActiveMicros:11142 timeInactiveMicros:3 numYields:0 locks:{ Global: { acquireCount: { r: 6, w: 4 } }, Database: { acquireCount: { r: 1, w: 1, W: 2 } }, Collection: { acquireCount: { R: 1 } }, oplog: { acquireCount: { W: 1 } } } 11ms&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
</description>
                <environment></environment>
        <key id="584310">SERVER-36461</key>
            <summary>Add &apos;transaction&apos; identifier to slow transaction log output</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="nathan.louie">Nathan Louie</assignee>
                                    <reporter username="william.schultz@mongodb.com">William Schultz</reporter>
                        <labels>
                            <label>per-txn-metrics</label>
                    </labels>
                <created>Mon, 6 Aug 2018 14:35:07 +0000</created>
                <updated>Sun, 29 Oct 2023 22:29:16 +0000</updated>
                            <resolved>Wed, 8 Aug 2018 02:19:48 +0000</resolved>
                                                    <fixVersion>4.0.2</fixVersion>
                    <fixVersion>4.1.2</fixVersion>
                                    <component>Diagnostics</component>
                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="1977939" author="xgen-internal-githook" created="Thu, 16 Aug 2018 20:22:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;nxlouie&apos;, &apos;email&apos;: &apos;nathan.louie@10gen.com&apos;, &apos;name&apos;: &apos;Nathan Louie&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-36461&quot; title=&quot;Add &amp;#39;transaction&amp;#39; identifier to slow transaction log output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-36461&quot;&gt;&lt;del&gt;SERVER-36461&lt;/del&gt;&lt;/a&gt; Add &apos;transaction&apos; identifier to slow transaction log output&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 4b6a5591cf912f6cadaf2f1ede5d58ad2bb694c6)&lt;br/&gt;
Branch: v4.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/199963de3d57ffcb1db7acd75911d547a4cd6f31&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/199963de3d57ffcb1db7acd75911d547a4cd6f31&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1969882" author="xgen-internal-githook" created="Wed, 8 Aug 2018 02:18:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Nathan Louie&apos;, &apos;email&apos;: &apos;nathan.louie@10gen.com&apos;, &apos;username&apos;: &apos;nxlouie&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-36461&quot; title=&quot;Add &amp;#39;transaction&amp;#39; identifier to slow transaction log output&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-36461&quot;&gt;&lt;del&gt;SERVER-36461&lt;/del&gt;&lt;/a&gt; Add &apos;transaction&apos; identifier to slow transaction log output&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4b6a5591cf912f6cadaf2f1ede5d58ad2bb694c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4b6a5591cf912f6cadaf2f1ede5d58ad2bb694c6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1969236" author="william.schultz" created="Tue, 7 Aug 2018 16:02:04 +0000"  >&lt;p&gt;Ok, we will go ahead and add a &lt;tt&gt;kTransaction&lt;/tt&gt; logging component.&lt;/p&gt;</comment>
                            <comment id="1969067" author="esha.maharishi@10gen.com" created="Tue, 7 Aug 2018 14:37:26 +0000"  >&lt;p&gt;I would just like to be careful not to log anything&#160;&lt;em&gt;not&lt;/em&gt; related to transactions under kTransaction (e.g., we should not log anything for a retryable write under kTransaction).&lt;/p&gt;</comment>
                            <comment id="1969061" author="esha.maharishi@10gen.com" created="Tue, 7 Aug 2018 14:36:55 +0000"  >&lt;p&gt;Yeah, sounds fine to me. I realize kSession is probably too general since sessions encompass so many different features (causal consistency, retryable writes, transactions).&lt;/p&gt;</comment>
                            <comment id="1968981" author="judah.schvimer" created="Tue, 7 Aug 2018 13:57:00 +0000"  >&lt;p&gt;I think with &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=renctan&quot; class=&quot;user-hover&quot; rel=&quot;renctan&quot;&gt;renctan&lt;/a&gt;&apos;s refactor, the boundary between retryable writes and transactions will become a lot clearer as well which should reduce the chance that we introduce a new &lt;tt&gt;kTransaction&lt;/tt&gt; log message that gets logged for retryable writes as well.&lt;/p&gt;</comment>
                            <comment id="1968976" author="tess.avitabile" created="Tue, 7 Aug 2018 13:54:09 +0000"  >&lt;p&gt;I think it is fine to just create the &lt;tt&gt;kTransaction&lt;/tt&gt; log component. I don&apos;t believe we have any logging at the moment about retryable writes, and that logging could go in the &lt;tt&gt;kWrite&lt;/tt&gt; component anyway. And I don&apos;t believe we have any logging around session killing or expiration unrelated to transactions.&lt;/p&gt;

&lt;p&gt;I&apos;m not aware of other transaction log messages, except for &lt;a href=&quot;https://github.com/mongodb/mongo/blob/3f08a905c17b6d68201b5ddbdaf5b62e26c99b30/src/mongo/db/kill_sessions_local.cpp#L91&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this one&lt;/a&gt;, which Randolph is removing because it is out of date.&lt;/p&gt;</comment>
                            <comment id="1968849" author="bruce.lucas@10gen.com" created="Tue, 7 Aug 2018 12:11:09 +0000"  >&lt;p&gt;On the face of it I think it sounds like a good idea to log all transaction-related messages under a new TXN component. However I don&apos;t have a broad enough view of what those messages are to know whether that stands up to scrutiny. How much effort is it to identify all such messages to a) assess whether it makes sense and b) make the change if so?&lt;/p&gt;</comment>
                            <comment id="1968478" author="william.schultz" created="Tue, 7 Aug 2018 02:31:27 +0000"  >&lt;p&gt;Also, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=tess.avitabile&quot; class=&quot;user-hover&quot; rel=&quot;tess.avitabile&quot;&gt;tess.avitabile&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=judah.schvimer&quot; class=&quot;user-hover&quot; rel=&quot;judah.schvimer&quot;&gt;judah.schvimer&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=esha.maharishi&quot; class=&quot;user-hover&quot; rel=&quot;esha.maharishi&quot;&gt;esha.maharishi&lt;/a&gt; are we OK with adding this as an isolated &lt;tt&gt;kTransaction&lt;/tt&gt; log component to start, or do we think we should first add a &lt;tt&gt;kSession&lt;/tt&gt; component and make this a child component of that?&lt;/p&gt;</comment>
                            <comment id="1968476" author="william.schultz" created="Tue, 7 Aug 2018 02:26:43 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spencer&quot; class=&quot;user-hover&quot; rel=&quot;spencer&quot;&gt;spencer&lt;/a&gt; Are you implying we need to answer that question before we commit this change?&lt;/p&gt;</comment>
                            <comment id="1968370" author="spencer" created="Mon, 6 Aug 2018 23:10:48 +0000"  >&lt;p&gt;If we&apos;re adding a new TXN log component, do we need a separate ticket to switch existing txn-related log messages (if there are any) to use the new component?&lt;/p&gt;

&lt;p&gt;CC &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=judah.schvimer&quot; class=&quot;user-hover&quot; rel=&quot;judah.schvimer&quot;&gt;judah.schvimer&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1967887" author="william.schultz" created="Mon, 6 Aug 2018 17:20:55 +0000"  >&lt;p&gt;Sounds good. We will add that.&lt;/p&gt;</comment>
                            <comment id="1967881" author="bruce.lucas@10gen.com" created="Mon, 6 Aug 2018 17:18:06 +0000"  >&lt;p&gt;Yes I think both would be useful: TXN component to show that this relates to transactions generally, &quot;transaction&quot; to indicate this is reporting on a transaction per se (vs some other logging that might relate to transactions but not be reporting on the transaction as such, if that makes sense...)&lt;/p&gt;</comment>
                            <comment id="1967878" author="william.schultz" created="Mon, 6 Aug 2018 17:15:47 +0000"  >&lt;p&gt;For sake of time, we omitted adding the new logging component as part of the original ticket. If you think both would be useful, we can do both as part of this ticket.&lt;/p&gt;</comment>
                            <comment id="1967870" author="bruce.lucas@10gen.com" created="Mon, 6 Aug 2018 17:12:38 +0000"  >&lt;p&gt;I think that&apos;s fine, but I think we also had decided to log them under a new component TXN since COMMAND isn&apos;t right as this is not a command as such. Can we make both changes as part of this ticket?&lt;/p&gt;</comment>
                            <comment id="1967720" author="william.schultz" created="Mon, 6 Aug 2018 15:45:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bruce.lucas&quot; class=&quot;user-hover&quot; rel=&quot;bruce.lucas&quot;&gt;bruce.lucas&lt;/a&gt; Do you think this is a reasonable way to identify &quot;slow&quot; transactions in the log? My thought was that we should add something analogous to the  &lt;tt&gt;&quot;command: find&quot;&lt;/tt&gt; string that we would see in the logs for slow commands. If we don&apos;t add any identifier it is a bit difficult in my opinion to immediately identify that the log line actually represents information about a transaction.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="554790">SERVER-35433</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>16.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.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>Mon, 6 Aug 2018 14:47:09 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 25 weeks, 6 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-1091</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, 25 weeks, 6 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>bruce.lucas@mongodb.com</customfieldvalue>
            <customfieldvalue>esha.maharishi@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>judah.schvimer@mongodb.com</customfieldvalue>
            <customfieldvalue>nathan.louie</customfieldvalue>
            <customfieldvalue>spencer@mongodb.com</customfieldvalue>
            <customfieldvalue>tess.avitabile@mongodb.com</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|hu4tbb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htvfnb:</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="2447">Repl 2018-08-13</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|hu4fkn:</customfieldvalue>

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