<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:18:03 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>[MC-8522] Pushing a button makes the button side textures look wrong</title>
                <link>https://bugs.mojang.com/browse/MC-8522</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;When pushing a button, the sides of it look like the button was squashed instead of being pushed into the wall.&lt;/p&gt;

&lt;hr /&gt;
&lt;p&gt;&lt;sub&gt;Mod note: Fix from &lt;a href=&quot;https://bugs.mojang.com/browse/MC-90456&quot; title=&quot;Pushing a button makes the button side textures look wrong - Suggested fix attached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-90456&quot;&gt;&lt;del&gt;MC-90456&lt;/del&gt;&lt;/a&gt; by &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Coolio_Wolfus&quot; class=&quot;user-hover&quot; rel=&quot;Coolio_Wolfus&quot;&gt;Coolio_Wolfus&lt;/a&gt;&lt;/sub&gt;&lt;/p&gt;

&lt;p&gt;Button not pressed the textures are:&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;                &lt;span class=&quot;code-quote&quot;&gt;&quot;north&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 5, 14, 11, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;south&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 5, 14, 11, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;west&quot;&lt;/span&gt;:  { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 6, 14, 10, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;east&quot;&lt;/span&gt;:  { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 6, 14, 10, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;However when pressed they change to:&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;                &lt;span class=&quot;code-quote&quot;&gt;&quot;north&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 5, 15, 11, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;south&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 5, 15, 11, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;west&quot;&lt;/span&gt;:  { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 6, 15, 10, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;east&quot;&lt;/span&gt;:  { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 6, 15, 10, 16 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This causes the impression the button is pressed but the texture has jumped, the front sides of the button changes to the back sides texture when it&apos;s pressed.&lt;/p&gt;

&lt;p&gt;Example: Wall, back px 1, front px 2, Air&lt;br/&gt;
W12A &amp;lt; button not pushed&lt;br/&gt;
W1A &amp;lt; button pushed default 1.8+ mc (looks weird)&lt;br/&gt;
W2A &amp;lt; what it now looks like with this fix (outer texture moves in towards wall for duration of press event)&lt;/p&gt;

&lt;p&gt;The fix is to change the texture on the pressed button to:&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;                &lt;span class=&quot;code-quote&quot;&gt;&quot;north&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 5, 14, 11, 15 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;south&quot;&lt;/span&gt;: { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 5, 14, 11, 15 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;west&quot;&lt;/span&gt;:  { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 6, 14, 10, 15 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;east&quot;&lt;/span&gt;:  { &lt;span class=&quot;code-quote&quot;&gt;&quot;uv&quot;&lt;/span&gt;: [ 6, 14, 10, 15 ], &lt;span class=&quot;code-quote&quot;&gt;&quot;texture&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;#texture&quot;&lt;/span&gt; }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;And the front edge texture moves towards the wall when the button is pressed and out as the button returns to normal.&lt;/p&gt;

&lt;p&gt;Hope this is a simple bug to fix... (See attached &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/attachment/101865/101865_button_pressed.json&quot; title=&quot;button_pressed.json attached to MC-8522&quot;&gt;button_pressed.json&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://bugs.mojang.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; for the fix.) &lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;In time order,&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;101862_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/101862/101862_2015-10-12_19.30.17.png&quot; title=&quot;2015-10-12_19.30.17.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;101862&quot; file-preview-title=&quot;2015-10-12_19.30.17.png&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/101862/_thumb_101862.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &amp;lt;- Unpressed Buttons&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;101863_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/101863/101863_2015-10-12_19.30.37.png&quot; title=&quot;2015-10-12_19.30.37.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;101863&quot; file-preview-title=&quot;2015-10-12_19.30.37.png&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/101863/_thumb_101863.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &amp;lt;- Current buttons pressed note the side texture.&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;101864_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/101864/101864_2015-10-12_19.31.11.png&quot; title=&quot;2015-10-12_19.31.11.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;101864&quot; file-preview-title=&quot;2015-10-12_19.31.11.png&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/101864/_thumb_101864.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt; &amp;lt;- Corrected version front texture moves closer.&lt;/p&gt;

&lt;p&gt;The original has the near block texture jumping forward to remain visible, whereas with this suggested fix, it looks like the button actually moves as the near block texture seems to go into the block.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Just added a &lt;b&gt;Resource Pack&lt;/b&gt; version of my fix, called &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/attachment/101898/101898_Button+Hotfix.zip&quot; title=&quot;Button Hotfix.zip attached to MC-8522&quot;&gt;Button Hotfix.zip&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://bugs.mojang.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Hope this helps make testing the fix easier.&lt;/p&gt;</description>
                <environment></environment>
        <key id="21469">MC-8522</key>
            <summary>Pushing a button makes the button side textures look wrong</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="1">Fixed</resolution>
                                        <assignee username="grum">[Mojang] Grum (Erik Broes)</assignee>
                                    <reporter username="Coolio_Wolfus">John Hughes</reporter>
                        <labels>
                            <label>button</label>
                            <label>rendering</label>
                            <label>texture</label>
                    </labels>
                <created>Sun, 27 Jan 2013 18:26:42 +0100</created>
                <updated>Wed, 23 Jun 2021 23:08:07 +0200</updated>
                            <resolved>Thu, 29 Oct 2015 21:58:16 +0100</resolved>
                                    <version>Minecraft 1.4.7</version>
                    <version>Snapshot 13w04a</version>
                    <version>Minecraft 1.5</version>
                    <version>Snapshot 13w11a</version>
                    <version>Minecraft 1.7.4</version>
                    <version>Minecraft 14w08a</version>
                    <version>Minecraft 14w18b</version>
                    <version>Minecraft 1.8</version>
                    <version>Minecraft 1.8.1-pre3</version>
                    <version>Minecraft 1.8.8</version>
                    <version>Minecraft 15w41b</version>
                    <version>Minecraft 15w44a</version>
                                    <fixVersion>Minecraft 15w44b</fixVersion>
                                                        <votes>4</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="259947" author="coolio_wolfus" created="Fri, 30 Oct 2015 20:43:57 +0100"  >&lt;p&gt;Ok, thanks.&lt;br/&gt;
(And the request is logged here should it be needed for future reference.)&lt;/p&gt;</comment>
                            <comment id="259944" author="redstonehelper" created="Fri, 30 Oct 2015 20:39:32 +0100"  >&lt;p&gt;There are plenty of resource packs out there that change vanilla models/textures, I think you&apos;ll be fine.&lt;/p&gt;</comment>
                            <comment id="259942" author="coolio_wolfus" created="Fri, 30 Oct 2015 20:34:22 +0100"  >&lt;p&gt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/attachment/101865/101865_button_pressed.json&quot; title=&quot;button_pressed.json attached to MC-8522&quot;&gt;button_pressed.json&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://bugs.mojang.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; is a tweaked version of a mojang/minecraft core/vanilla file,&lt;br/&gt;
&lt;b&gt;I believe that I cannot release a changed Mojang file without their permission&lt;/b&gt;,&lt;br/&gt;
Therefore my request for permission above.&lt;/p&gt;

&lt;p&gt;The only reason I attached &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://bugs.mojang.com/secure/attachment/101898/101898_Button+Hotfix.zip&quot; title=&quot;Button Hotfix.zip attached to MC-8522&quot;&gt;Button Hotfix.zip&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://bugs.mojang.com/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; to this is because it would help with testing, as a resource pack it could be added and removed with the game running, allowing for easier testing of both the vanilla and fixed buttons.&lt;/p&gt;</comment>
                            <comment id="259927" author="redstonehelper" created="Fri, 30 Oct 2015 20:11:40 +0100"  >&lt;p&gt;You want to distribute a resource pack containing your own model? Of course you can do that.&lt;/p&gt;</comment>
                            <comment id="259925" author="coolio_wolfus" created="Fri, 30 Oct 2015 20:07:51 +0100"  >&lt;p&gt;Excuse me, &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=grum&quot; class=&quot;user-hover&quot; rel=&quot;grum&quot;&gt;grum&lt;/a&gt;&lt;br/&gt;
Would I be able to get permission to let users have the resource pack hotfix for their 1.8.x versions?&lt;br/&gt;
I&apos;d happily replace my game name with a Mojang listing in the zip&apos;s pack.mcmeta, please let me know if this would be acceptable to mojang,&lt;br/&gt;
And thanks in advance.&lt;/p&gt;</comment>
                            <comment id="259626" author="swekob" created="Thu, 29 Oct 2015 21:35:28 +0100"  >&lt;p&gt;Confirmed for 15w44a.&lt;/p&gt;</comment>
                            <comment id="258767" author="coolio_wolfus" created="Mon, 26 Oct 2015 18:50:27 +0100"  >&lt;p&gt;&lt;sub&gt;Missing comment imported from &lt;a href=&quot;https://bugs.mojang.com/browse/MC-90456&quot; title=&quot;Pushing a button makes the button side textures look wrong - Suggested fix attached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-90456&quot;&gt;&lt;del&gt;MC-90456&lt;/del&gt;&lt;/a&gt; by &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Coolio_Wolfus&quot; class=&quot;user-hover&quot; rel=&quot;Coolio_Wolfus&quot;&gt;Coolio_Wolfus&lt;/a&gt;&lt;/sub&gt;&lt;br/&gt;
&lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Kumasasa&quot; class=&quot;user-hover&quot; rel=&quot;kumasasa&quot;&gt;Kumasasa&lt;/a&gt; added a comment - 12/Oct/15 10:04 PM&lt;br/&gt;
No need to fix pre-1.8, but your fix works also with the 1.9 snapshots 15wXX&lt;/p&gt;</comment>
                            <comment id="255184" author="coolio_wolfus" created="Tue, 13 Oct 2015 21:21:33 +0200"  >&lt;p&gt;Sorry, preview button was missing as it was being treated as an advert and blocked, fixed now.&lt;/p&gt;</comment>
                            <comment id="255181" author="redstonehelper" created="Tue, 13 Oct 2015 21:12:47 +0200"  >&lt;p&gt;Please use the preview button instead of saving edits so frequently. Thank you.&lt;/p&gt;</comment>
                            <comment id="255176" author="coolio_wolfus" created="Tue, 13 Oct 2015 21:03:29 +0200"  >&lt;p&gt;Thanks &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Kumasasa&quot; class=&quot;user-hover&quot; rel=&quot;kumasasa&quot;&gt;Kumasasa&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="255077" author="kumasasa" created="Tue, 13 Oct 2015 07:46:41 +0200"  >&lt;p&gt;Giving this ticket to &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=Coolio_Wolfus&quot; class=&quot;user-hover&quot; rel=&quot;Coolio_Wolfus&quot;&gt;Coolio_Wolfus&lt;/a&gt; since reporter seems to be inactive.&lt;/p&gt;</comment>
                            <comment id="156164" author="garyclosse" created="Wed, 7 May 2014 14:18:46 +0200"  >&lt;p&gt;Confirmed for 14w18b.&lt;/p&gt;</comment>
                            <comment id="44064" author="kumasasa" created="Wed, 6 Feb 2013 22:34:11 +0100"  >&lt;p&gt;Confirmed.&lt;/p&gt;</comment>
                            <comment id="40408" author="ev149" created="Sun, 27 Jan 2013 18:53:05 +0100"  >&lt;p&gt;It just seems like the model is one unit smaller, so only one row of pixels of the side texture is rendered.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="123822">MC-90456</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="198897">MCPE-32740</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="125399">MC-91753</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="101862" name="2015-10-12_19.30.17.png" size="127185" author="kumasasa" created="Mon, 12 Oct 2015 23:02:02 +0200"/>
                            <attachment id="101863" name="2015-10-12_19.30.37.png" size="112519" author="kumasasa" created="Mon, 12 Oct 2015 23:02:02 +0200"/>
                            <attachment id="101864" name="2015-10-12_19.31.11.png" size="118584" author="kumasasa" created="Mon, 12 Oct 2015 23:02:02 +0200"/>
                            <attachment id="101898" name="Button Hotfix.zip" size="1023" author="Coolio_Wolfus" created="Tue, 13 Oct 2015 20:00:46 +0200"/>
                            <attachment id="101865" name="button_pressed.json" size="694" author="kumasasa" created="Mon, 12 Oct 2015 23:03:11 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 25 Oct 2014 12:06:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Confirmed]]></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_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0na4n:</customfieldvalue>

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