<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:17:35 UTC 2025

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>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[BDS-17307] Unable to connect to VM-hosted BDS on same machine</title>
                <link>https://bugs.mojang.com/browse/BDS-17307</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;As a player who originally started playing Minecraft since the very early days of Java alpha up and stopped playing until not long after Notch left Mojang, I have returned recently after having played split-screen on my daughter&apos;s switch with her. While fun, the switch does struggle with two players and also hosting a server.&lt;/p&gt;

&lt;p&gt;Wanting to take it to the next level and getting a proper server and also inviting a good friend of mine, I set up a virtual machine on Hyper-V and installed Ubuntu 22 and the OpenSSL deps, completely fresh system and it doesn&apos;t work. Nothing I could do, even forwarding the ports to the public internet (bear in mind this is the same PC on the same network, its just a VM) would fix it. I even tried the instructions in the manual to change loopback settings, nada...&lt;/p&gt;

&lt;p&gt;Here are the reproduction steps Mojang.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Set router to 192.168.0.1/24... e.g. 192.168.0.1 and subnet 255.255.255.0&lt;/li&gt;
	&lt;li&gt;Set Host OS to 192.168.0.10/24&lt;/li&gt;
	&lt;li&gt;Install Ubuntu on Hyper-V in bridged networking mode.&lt;/li&gt;
	&lt;li&gt;Set Ubuntu VM to static as 192.168.0.50/24.&lt;/li&gt;
	&lt;li&gt;Install LibSSL 1.1.1:
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;sudo curl -o libssl.deb -k -L http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb
sudo dpkg -i libssl.deb&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;Set whitelist for the desired players and enable it.&lt;/li&gt;
	&lt;li&gt;Run the server&lt;/li&gt;
	&lt;li&gt;Try to add the server to &apos;Servers&apos;. Can see the server online and responding.&lt;/li&gt;
	&lt;li&gt;Try to connect to the server. Times out after a few minutes.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/attachment/499998/499998_image-2022-07-15-10-42-40-068.png&quot; height=&quot;238&quot; width=&quot;224&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;minecraft@minecraft:~/server$ LD_LIBRARY_PATH=. ./bedrock_server
NO LOG FILE! - setting up server logging...
[2022-07-14 15:33:18:082 INFO] Starting Server
[2022-07-14 15:33:18:082 INFO] Version 1.19.10.03
[2022-07-14 15:33:18:082 INFO] Session ID 0074ddff-17a0-4b9b-bc43-7e0f67f3c60f
[2022-07-14 15:33:18:082 INFO] Level Name: Bedrock level
[2022-07-14 15:33:18:084 INFO] Game mode: 0 Survival
[2022-07-14 15:33:18:084 INFO] Difficulty: 1 EASY
[2022-07-14 15:33:18:109 INFO] opening worlds/Bedrock level/db
[2022-07-14 15:33:18:461 INFO] IPv4 supported, port: 19132
[2022-07-14 15:33:18:461 INFO] IPv6 supported, port: 19133
[2022-07-14 15:33:18:627 INFO] Server started.
[2022-07-14 15:33:18:655 INFO] IPv4 supported, port: 36352
[2022-07-14 15:33:18:655 INFO] IPv6 supported, port: 35462
[2022-07-14 15:33:18:677 INFO] ================ TELEMETRY MESSAGE ===================
[2022-07-14 15:33:18:677 INFO] Server Telemetry is currently not enabled.
[2022-07-14 15:33:18:677 INFO] Enabling this telemetry helps us improve the game.
[2022-07-14 15:33:18:677 INFO]
[2022-07-14 15:33:18:677 INFO] To enable this feature, add the line &apos;emit-server-telemetry=true&apos;
[2022-07-14 15:33:18:677 INFO] to the server.properties file in the handheld/src-server directory
[2022-07-14 15:33:18:677 INFO] ======================================================
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;In my old Java days of setting this up would have been a similar process and would have worked flawlessly. There is nothing to suggest what the problem is and the server appears online but remains not connectible.&lt;/p&gt;</description>
                <environment>VM Host:&lt;br/&gt;
* Windows 10 21H2 19044.1826&lt;br/&gt;
* Bedrock client downloaded first time to this machine, v1.19.10&lt;br/&gt;
VM:&lt;br/&gt;
* Ubuntu 22.04 (Linux 5.15.0-41-generic)&lt;br/&gt;
* Bedrock server 1.19.10.03</environment>
        <key id="510101">BDS-17307</key>
            <summary>Unable to connect to VM-hosted BDS on same machine</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="NotoriousPyro">NotoriousPyro</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 Jul 2022 11:43:05 +0200</created>
                <updated>Thu, 4 Jan 2024 18:28:17 +0100</updated>
                            <resolved>Thu, 4 Jan 2024 18:27:36 +0100</resolved>
                                    <version>1.19.10</version>
                    <version>1.19.11 Hotfix</version>
                    <version>1.19.20</version>
                    <version>1.19.31 Hotfix</version>
                                                            <votes>4</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="1298308" author="greymagic27" created="Thu, 4 Jan 2024 18:28:17 +0100"  >&lt;p&gt;See this comment on how to resolve the issue: &lt;a href=&quot;https://bugs.mojang.com/browse/BDS-17307?focusedId=1201094&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1201094&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://bugs.mojang.com/browse/BDS-17307?focusedId=1201094&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1201094&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1214280" author="JIRAUSER738104" created="Wed, 30 Nov 2022 01:49:40 +0100"  >&lt;p&gt;I experienced this last week on v1.19.40.2. Documentation says this affects &quot;new&quot; players, so maybe players who had already joined the server before aren&apos;t affected by the changing of the default permission?&lt;/p&gt;</comment>
                            <comment id="1213927" author="JIRAUSER740455" created="Sun, 27 Nov 2022 22:55:59 +0100"  >&lt;p&gt;I have confirmed what Valiante commented as resolving my issues.&lt;/p&gt;

&lt;p&gt;&quot;Indeed, &lt;b&gt;sudo ethtool -K eth0 tx off&lt;/b&gt; worked a treat for me too.&quot;&lt;/p&gt;

&lt;p&gt;Running that command results in the following&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Actual changes:&lt;/p&gt;

&lt;p&gt;tx-checksumming: off&lt;/p&gt;

&lt;p&gt;tx-checksum-ipv4: off&lt;/p&gt;

&lt;p&gt;tx-checksum-ipv6: off&lt;/p&gt;

&lt;p&gt;tcp-segmentation-offload: off&lt;/p&gt;

&lt;p&gt;tx-tcp-segmentation: off &lt;span class=&quot;error&quot;&gt;&amp;#91;requested on&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;tx-tcp6-segmentation: off &lt;span class=&quot;error&quot;&gt;&amp;#91;requested on&amp;#93;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&#160;&lt;/p&gt;

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

&lt;p&gt;I was able to use the regular non legacy network adapter and not have to keep doing the ethtool script as well.&lt;/p&gt;

&lt;p&gt;Adding the following to my netplan yaml file fixed the issue the same as using the ethtool command&lt;/p&gt;

&lt;p&gt;&#160; &#160; &#160; transmit-checksum-offload: off&lt;br/&gt;
&#160; &#160; &#160; tcp-segmentation-offload: off&lt;br/&gt;
&#160; &#160; &#160; tcp6-segmentation-offload: off&lt;/p&gt;

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

&lt;p&gt;The other option is to run a Legacy Network Adapter on Hyper-V hosts which is not ideal either.&lt;/p&gt;

&lt;p&gt;My config:&lt;/p&gt;

&lt;p&gt;Host:&#160;Windows Server Core 2019 Hyper-V role&lt;/p&gt;

&lt;p&gt;BDS: v1.19.41&lt;/p&gt;

&lt;p&gt;Guest VM: Ubuntu 20.04 LTS&lt;/p&gt;

&lt;p&gt;Host Network: Intel X710&lt;/p&gt;

&lt;p&gt;Running either Legacy Network Adapter or using &apos;sudo ethtool &lt;del&gt;K eth0 tx off&apos; on a regular Hyper-V network adapter&lt;/del&gt; allows a remote Windows Client connect successfully. On the same VM Host a Windows guest VM running the same Windows BDS version has worked previously as well.&#160;&lt;/p&gt;

&lt;p&gt;I have actually had this problem all the way back into v1.18. Same VM that was working migrated from vSphere 6.7 to a Hyper-V host no longer works without the above listed changes.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="1201094" author="valiante" created="Wed, 21 Sep 2022 17:34:21 +0200"  >&lt;p&gt;Oh what horrible timing. I rebuilt my Hyper-V server and re-imported all my VMs, including a Bedrock Server I hadn&apos;t used for a couple of months. Fired it up to check it was working ok, but couldn&apos;t connect (the exact issue described in this ticket). Spent days on and off trying to figure out what I&apos;d cocked up during the re-import, only to discover this bug completely unrelated to what I&apos;d done - just poor timing.&lt;/p&gt;

&lt;p&gt;Indeed, &lt;b&gt;sudo ethtool -K eth0 tx off&lt;/b&gt; worked a treat for me too.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Edit:&lt;/b&gt; It looks like you need to do this after each fresh boot of the VM.&#160; Added the following line to root cron (sudo crontab -e) which seemed to do the trick:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
@reboot sudo ethtool -K eth0 tx off&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="1200316" author="JIRAUSER619264" created="Fri, 16 Sep 2022 21:32:11 +0200"  >&lt;p&gt;Finally some progress, tx off fixed this issue for me as well!&lt;/p&gt;</comment>
                            <comment id="1200140" author="JIRAUSER728612" created="Thu, 15 Sep 2022 19:08:47 +0200"  >&lt;p&gt;Just to clarify, in my case, its not on the same system that I&apos;m playing on.&#160; It&apos;s a separate dedicated Hyper-V server running multiple VMs.&#160; Linux BDS just happens to be one of them.&#160; Just as @NotoriousPyro stated, its fairly common.&lt;/p&gt;

&lt;p&gt;Good find on disabling checksum. Wonder how far it scales before run into performance issues.&#160; Sounds like a possible Linux driver compatibility issue?&#160; MS has Linux integration with RHEL and CentOS.&#160; Anyone know if this issues also happens on CentOS?&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.serverwatch.com/guides/installing-and-activating-hyper-v-linux-integration-services/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.serverwatch.com/guides/installing-and-activating-hyper-v-linux-integration-services/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1200095" author="JIRAUSER727485" created="Thu, 15 Sep 2022 16:47:18 +0200"  >&lt;blockquote&gt;&lt;p&gt;Why are you running the server on a VM on the Same PC you&apos;re attempting to play with??? Why run it on a virtual linux machine at all rather than just using the Windows BDS Software?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Because that&apos;s an entirely valid and popular configuration for experienced administrators. It isolates resources to the VM, there are many, many reasons why someone would do this.&lt;/p&gt;</comment>
                            <comment id="1200079" author="rayth" created="Thu, 15 Sep 2022 16:34:22 +0200"  >&lt;p&gt;I&apos;m curious,&lt;/p&gt;

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

&lt;p&gt;Why are you running the server on a VM on the Same PC you&apos;re attempting to play with??? Why run it on a virtual linux machine at all rather than just using the Windows BDS Software?&lt;/p&gt;</comment>
                            <comment id="1199357" author="JIRAUSER540045" created="Sun, 11 Sep 2022 22:32:11 +0200"  >&lt;p&gt;sudo ethtool -K eth0 tx off&lt;/p&gt;

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

&lt;p&gt;worked for me too, thanks for posting this!&lt;/p&gt;</comment>
                            <comment id="1199352" author="JIRAUSER729940" created="Sun, 11 Sep 2022 22:02:45 +0200"  >&lt;p&gt;Some helpful soul posted on &lt;a href=&quot;https://docs.microsoft.com/en-us/answers/questions/947052/kb5015807-windows-10-hyper-v-networking-issues-iss.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;another forum&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;$ sudo ethtool -K eth0 tx off &#160; &#160;&lt;br/&gt;
Actual changes:&lt;br/&gt;
tx-checksumming: off&lt;br/&gt;
&#160; &#160; &#160; &#160; tx-checksum-ipv4: off&lt;br/&gt;
&#160; &#160; &#160; &#160; tx-checksum-ipv6: off&lt;br/&gt;
tcp-segmentation-offload: off&lt;br/&gt;
&#160; &#160; &#160; &#160; tx-tcp-segmentation: off &lt;span class=&quot;error&quot;&gt;&amp;#91;requested on&amp;#93;&lt;/span&gt;&lt;br/&gt;
&#160; &#160; &#160; &#160; tx-tcp6-segmentation: off &lt;span class=&quot;error&quot;&gt;&amp;#91;requested on&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="1195029" author="JIRAUSER728612" created="Tue, 23 Aug 2022 23:50:50 +0200"  >&lt;p&gt;Just tried using the most recent 1.19.21 build and still cannot connect to other servers running through hyper-v.&#160; As a workaround, I&apos;ve been able to get this to work with Oracle VirtualBox.&#160; For the record, VirtualBox is running on the same box as the Hyper-V instances.&#160; Most recent MS patches are installed.&lt;/p&gt;</comment>
                            <comment id="1193894" author="JIRAUSER728612" created="Thu, 18 Aug 2022 23:50:08 +0200"  >&lt;p&gt;Noticed that the other threads I mentioned are now linked back to this one.&#160; Adding my notes from those here so they don&apos;t get lost:&lt;/p&gt;

&lt;p&gt;Did some more digging into the RAKNET network traffic based on this:&#160;&lt;a href=&quot;https://bugs.mojang.com/browse/BDS-17401&quot; title=&quot;Cannot connect to server, malformed RakNet packet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BDS-17401&quot;&gt;&lt;del&gt;BDS-17401&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A traffic comparison between with and without the KB5015807 shows that the MC Client sends an ACK (0xc0), it passes through the Hyper-V HOST/Server, the Ubuntu server sees the ACK and responds with it&apos;s own ACK, but that ACK is not passed through the Hyper-V Host back the the client.&lt;/p&gt;

&lt;p&gt;Just a theory but I&apos;m wondering if the Hyper-V CVE fixes from July may have unintentionally be impacting the ability for RAKNET to send the ACK back from the VM Guest.&lt;/p&gt;

&lt;p&gt;There are two hyper-v changes in the July KB release notes that might be related:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-30223&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;CVE-2022-30223&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-22042&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;CVE-2022-22042&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1193538" author="JIRAUSER728612" created="Wed, 17 Aug 2022 17:32:19 +0200"  >&lt;p&gt;Having same problem. Sounds like there are a few other threads on this issue.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugs.mojang.com/browse/BDS-17313&quot; title=&quot;Connection Error after Microsoft Update KB5015814&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BDS-17313&quot;&gt;&lt;del&gt;BDS-17313&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugs.mojang.com/browse/BDS-17401&quot; title=&quot;Cannot connect to server, malformed RakNet packet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BDS-17401&quot;&gt;&lt;del&gt;BDS-17401&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1193361" author="JIRAUSER727485" created="Wed, 17 Aug 2022 04:30:51 +0200"  >&lt;blockquote&gt;&lt;p&gt;a vm isn&apos;t connected directly to your internet so that is your problem&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;You are wrong, because bridged network adapters exist, but the problem is actually Microsoft do not allow Switch clients to connect to BDS and a VM hosted using a bridge network adapter does not allow Windows 10 to connect to it. THAT is the problem. Please educate yourself before you post something unhelpful.&lt;/p&gt;</comment>
                            <comment id="1193320" author="JIRAUSER656552" created="Wed, 17 Aug 2022 01:11:15 +0200"  >&lt;p&gt;a vm isn&apos;t connected directly to your internet so that is your problem&lt;/p&gt;</comment>
                            <comment id="1183149" author="JIRAUSER727485" created="Sat, 16 Jul 2022 13:24:26 +0200"  >&lt;p&gt;I also recently discovered that it requires a 3rd party workaround to fool the Minecraft Switch client into connecting to a Bedrock Dedicated Server. Honestly I am amazed by the poor design of this system and the blatant money-grab towards using realms...&lt;/p&gt;</comment>
                            <comment id="1183138" author="JIRAUSER727737" created="Sat, 16 Jul 2022 13:11:20 +0200"  >&lt;p&gt;Similar issue has occurred on BDS on VM running Ubuntu 22.04LTS, error only started 15 Jul 2022, following client desktops (Win 11) updated with July windows updates.&lt;/p&gt;

&lt;p&gt;Connections to online multiplayer services are still working, issue only affects local network hosted BDS.&lt;/p&gt;

&lt;p&gt;Update 12:22 - Rolled back Microsoft Update KB5015814 (Security Update) and connection to the BDS server now works. Not an ideal fix for my issue, as security updates are important.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="510247">BDS-17313</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="512167">BDS-17401</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="513731">BDS-17499</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="518088">BDS-17739</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="499998" name="image-2022-07-15-10-42-40-068.png" size="397414" author="NotoriousPyro" created="Fri, 15 Jul 2022 11:42:41 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>891851</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12700" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Description</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>[Briefly describe the bug here]&lt;br/&gt;
&lt;br/&gt;
*Steps to Reproduce:*&lt;br/&gt;
# [Step 1]&lt;br/&gt;
# [Step 2]&lt;br/&gt;
# [Step 3]&lt;br/&gt;
&lt;br/&gt;
*Observed Results:*&lt;br/&gt;
[Describe what happens]&lt;br/&gt;
&lt;br/&gt;
*Expected Results:*&lt;br/&gt;
[Describe what should happen]&lt;br/&gt;
&lt;br/&gt;
*Screenshots/Videos attached:* [please attach an image or short video]&lt;br/&gt;
&lt;br/&gt;
*Notes:*</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i29fsv:</customfieldvalue>

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