<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:17 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>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[BGPCEP-848] ClassCastException</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-848</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;I am unable to reproduce this error locally, but here are scripts for what test does:&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;
./configure.py
./start_play.py
./odl_send_route1.py
./delete_route.py
./send_route1.py
./withdraw_route1.py
./odl_send_route2.py
./delete_route.py
./send_route2.py
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Here it fails on jenkins, where it fails to validate this route, and therefore it is unable to verify it in rib.&lt;/p&gt;

&lt;p&gt;It would continue as follows -&amp;gt;&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;
./withdraw_route2.py
./odl_send_route3.py
./delete_route.py
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Alternatively we can do only part which fails on jenkins&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;
./configure.py
./start_play.py
./send_route2.py
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;br/&gt;
Or there is script which sends 3 routes from odl and 2 from peer, basically mirroring first 5 steps of test&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;
./configure.py
./start_play.py
./all.py
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Error on jenkins:&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;2018-11-14T12:27:47,817 | INFO | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/tomas-bgpcep-csit-1node-userfeatures-2-all-neon/test/csit/suites/bgpcep/bgpfunct/030_bgp_functional_evpn.robot&quot; | core | 119 - org.apache.karaf.log.core - 4.2.1 | ROBOT MESSAGE: Starting test bgpcep-userfeatures.txt.030 Bgp Functional Evpn.Odl_To_Play_route_es_arb
2018-11-14T12:27:50,422 | INFO | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/tomas-bgpcep-csit-1node-userfeatures-2-all-neon/test/csit/suites/bgpcep/bgpfunct/030_bgp_functional_evpn.robot&quot; | core | 119 - org.apache.karaf.log.core - 4.2.1 | ROBOT MESSAGE: Starting test bgpcep-userfeatures.txt.030 Bgp Functional Evpn.Play_To_Odl_route_es_arb
2018-11-14T12:27:54,915 | INFO | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/tomas-bgpcep-csit-1node-userfeatures-2-all-neon/test/csit/suites/bgpcep/bgpfunct/030_bgp_functional_evpn.robot&quot; | core | 119 - org.apache.karaf.log.core - 4.2.1 | ROBOT MESSAGE: Starting test bgpcep-userfeatures.txt.030 Bgp Functional Evpn.Odl_To_Play_route_es_as
2018-11-14T12:27:55,138 | ERROR | opendaylight-cluster-data-notification-dispatcher-166 | DataTreeChangeListenerActor | 288 - org.opendaylight.controller.sal-clustering-commons - 1.9.0.SNAPSHOT | member-1-shard-default-operational: Error notifying listener org.opendaylight.controller.sal.core.compat.LegacyDOMDataBrokerAdapter$2$$Lambda$1145/1607263445@4e7315cd java.lang.ClassCastException:
 org.opendaylight.yangtools.yang.binding.InstanceIdentifier$Item cannot be cast to org.opendaylight.yangtools.yang.binding.InstanceIdentifier$IdentifiableItem at
 org.opendaylight.protocol.bgp.rib.impl.EffectiveRibInWriter.updateRoutes(EffectiveRibInWriter.java:242) ~[236:org.opendaylight.bgpcep.bgp-rib-impl:0.11.0.SNAPSHOT] at
 org.opendaylight.protocol.bgp.rib.impl.EffectiveRibInWriter.onDataTreeChanged(EffectiveRibInWriter.java:199) ~[236:org.opendaylight.bgpcep.bgp-rib-impl:0.11.0.SNAPSHOT] at
 org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:42) ~[283:org.opendaylight.controller.sal-binding-broker-impl:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:67) [296:org.opendaylight.controller.sal-distributed-datastore:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:41) [296:org.opendaylight.controller.sal-distributed-datastore:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:40) [288:org.opendaylight.controller.sal-clustering-commons:1.9.0.SNAPSHOT] at
 akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167) [38:com.typesafe.akka.actor:2.5.14] at akka.actor.Actor.aroundReceive(Actor.scala:517) [38:com.typesafe.akka.actor:2.5.14] at
 akka.actor.Actor.aroundReceive$(Actor.scala:515) [38:com.typesafe.akka.actor:2.5.14] at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97) [38:com.typesafe.akka.actor:2.5.14] at
 akka.actor.ActorCell.receiveMessage(ActorCell.scala:588) [38:com.typesafe.akka.actor:2.5.14] at akka.actor.ActorCell.invoke(ActorCell.scala:557) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.Mailbox.processMailbox(Mailbox.scala:258) [38:com.typesafe.akka.actor:2.5.14] at akka.dispatch.Mailbox.run(Mailbox.scala:225) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.Mailbox.exec(Mailbox.scala:235) [38:com.typesafe.akka.actor:2.5.14] at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [38:com.typesafe.akka.actor:2.5.14] at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979 [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [38:com.typesafe.akka.actor:2.5.14]
2018-11-14T12:27:55,347 | INFO | pipe-log:log &quot;ROBOT MESSAGE: Starting suite /w/workspace/tomas-bgpcep-csit-1node-userfeatures-2-all-neon/test/csit/suites/bgpcep/bgpfunct/030_bgp_functional_evpn.robot&quot; | core | 119 - org.apache.karaf.log.core - 4.2.1 | ROBOT MESSAGE: Starting test bgpcep-userfeatures.txt.030 Bgp Functional Evpn.Play_To_Odl_route_es_as
2018-11-14T12:27:56,215 | ERROR | opendaylight-cluster-data-notification-dispatcher-166 | DataTreeChangeListenerActor | 288 - org.opendaylight.controller.sal-clustering-commons - 1.9.0.SNAPSHOT | member-1-shard-default-operational: Error notifying listener org.opendaylight.controller.sal.core.compat.LegacyDOMDataBrokerAdapter$2$$Lambda$1145/1607263445@4e7315cd java.lang.IllegalStateException: New transaction PingPongTransaction{delegate=org.opendaylight.controller.sal.core.compat.LegacyDOMDataBrokerAdapter$DOMDataTransactionAdapter@4b52ea7f} raced with transaction PingPongTransaction{delegate=org.opendaylight.controller.sal.core.compat.LegacyDOMDataBrokerAdapter$DOMDataTransactionAdapter@59afb877} at
 org.opendaylight.controller.md.sal.dom.broker.impl.PingPongTransactionChain.slowAllocateTransaction(PingPongTransactionChain.java:180) ~[285:org.opendaylight.controller.sal-broker-impl:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.md.sal.dom.broker.impl.PingPongTransactionChain.allocateTransaction(PingPongTransactionChain.java:192) ~[285:org.opendaylight.controller.sal-broker-impl:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.md.sal.dom.broker.impl.PingPongTransactionChain.newReadWriteTransaction(PingPongTransactionChain.java:442) ~[285:org.opendaylight.controller.sal-broker-impl:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.md.sal.dom.broker.impl.PingPongTransactionChain.newWriteOnlyTransaction(PingPongTransactionChain.java:477) ~[285:org.opendaylight.controller.sal-broker-impl:1.9.0.SNAPSHOT] at
 org.opendaylight.controller.md.sal.binding.impl.BindingDOMTransactionChainAdapter.newWriteOnlyTransaction(BindingDOMTransactionChainAdapter.java:75) ~[283:org.opendaylight.controller.sal-binding-broker-impl:1.9.0.SNAPSHOT] at org.opendaylight.protocol.bgp.rib.impl.EffectiveRibInWriter.onDataTreeChanged(EffectiveRibInWriter.java:162) ~[236:org.opendaylight.bgpcep.bgp-rib-impl:0.11.0.SNAPSHOT] at
 org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:42) ~[283:org.opendaylight.controller.sal-binding-broker-impl:1.9.0.SNAPSHOT] at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:67) [296:org.opendaylight.controller.sal-distributed-datastore:1.9.0.SNAPSHOT] at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:41) [296:org.opendaylight.controller.sal-distributed-datastore:1.9.0.SNAPSHOT] at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:40) [288:org.opendaylight.controller.sal-clustering-commons:1.9.0.SNAPSHOT] at
 akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167) [38:com.typesafe.akka.actor:2.5.14] at akka.actor.Actor.aroundReceive(Actor.scala:517) [38:com.typesafe.akka.actor:2.5.14] at
 akka.actor.Actor.aroundReceive$(Actor.scala:515) [38:com.typesafe.akka.actor:2.5.14] at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97) [38:com.typesafe.akka.actor:2.5.14] at
 akka.actor.ActorCell.receiveMessage(ActorCell.scala:588) [38:com.typesafe.akka.actor:2.5.14] at akka.actor.ActorCell.invoke(ActorCell.scala:557) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.Mailbox.processMailbox(Mailbox.scala:258) [38:com.typesafe.akka.actor:2.5.14] at akka.dispatch.Mailbox.run(Mailbox.scala:225) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.Mailbox.exec(Mailbox.scala:235) [38:com.typesafe.akka.actor:2.5.14] at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [38:com.typesafe.akka.actor:2.5.14] at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [38:com.typesafe.akka.actor:2.5.14] at
 akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [38:com.typesafe.akka.actor:2.5.14]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31056">BGPCEP-848</key>
            <summary>ClassCastException</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/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="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="tomas.markovic">Tomas Markovic</assignee>
                                    <reporter username="cdgasparini">Claudio David Gasparini</reporter>
                        <labels>
                    </labels>
                <created>Thu, 15 Nov 2018 09:25:51 +0000</created>
                <updated>Fri, 16 Oct 2020 21:12:47 +0000</updated>
                            <resolved>Fri, 16 Oct 2020 21:12:47 +0000</resolved>
                                    <version>Neon</version>
                                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="65706" author="cdgasparini" created="Mon, 19 Nov 2018 13:12:04 +0000"  >&lt;p&gt;After verify patch&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;
userfeatures.txt.030 Bgp Functional Evpn.Odl_To_Play_route_es_as
2018-11-19T03:16:18,294 | ERROR | opendaylight-cluster-data-notification-dispatcher-165 | DataTreeChangeListenerActor      | 288 - org.opendaylight.controller.sal-clustering-commons - 1.9.0 | member-1-shard-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-operational: Error notifying listener org.opendaylight.controller.sal.core.compat.LegacyDOMDataBrokerAdapter$2$$Lambda$1075/2016877546@545c75a4
com.google.common.base.VerifyException: Route change LazyDataObjectModification{identifier = org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev180329.evpn.routes.evpn.routes.EvpnRoute, domData = ChildNode{mod = NodeModification [identifier=(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)evpn-route, modificationType=TOUCH, childModification={(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)evpn-route[{(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)route-key=BBcAAhmZmZkAAQAAAAAAAAAAAAAgKysrKw==, (urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)path-id=0}]=NodeModification [identifier=(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)evpn-route[{(urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)route-key=BBcAAhmZmZkAAQAAAAAAAAAAAAAgKysrKw==, (urn:opendaylight:params:xml:ns:yang:bgp-evpn?revision=2018-03-29)path-id=0}], modificationType=DELETE, childModification={}]}], oldMeta = &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;, newMeta = &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;}} has invalid identifier org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev180329.evpn.routes.evpn.routes.EvpnRoute
	at com.google.common.base.Verify.verify(Verify.java:424) ~[34:com.google.guava:25.1.0.jre]
	at org.opendaylight.protocol.bgp.rib.impl.EffectiveRibInWriter.updateRoutes(EffectiveRibInWriter.java:245) ~[236:org.opendaylight.bgpcep.bgp-rib-impl:0.11.0]
	at org.opendaylight.protocol.bgp.rib.impl.EffectiveRibInWriter.onDataTreeChanged(EffectiveRibInWriter.java:202) ~[236:org.opendaylight.bgpcep.bgp-rib-impl:0.11.0]
	at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:42) ~[283:org.opendaylight.controller.sal-binding-broker-impl:1.9.0]
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:67) [296:org.opendaylight.controller.sal-distributed-datastore:1.9.0]
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:41) [296:org.opendaylight.controller.sal-distributed-datastore:1.9.0]
	at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:40) [288:org.opendaylight.controller.sal-clustering-commons:1.9.0]
	at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167) [38:com.typesafe.akka.actor:2.5.14]
	at akka.actor.Actor.aroundReceive(Actor.scala:517) [38:com.typesafe.akka.actor:2.5.14]
	at akka.actor.Actor.aroundReceive$(Actor.scala:515) [38:com.typesafe.akka.actor:2.5.14]
	at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97) [38:com.typesafe.akka.actor:2.5.14]
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:588) [38:com.typesafe.akka.actor:2.5.14]
	at akka.actor.ActorCell.invoke(ActorCell.scala:557) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:258) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.Mailbox.run(Mailbox.scala:225) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.Mailbox.exec(Mailbox.scala:235) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [38:com.typesafe.akka.actor:2.5.14]
	at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [38:com.typesafe.akka.actor:2.5.14]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="65723" author="cdgasparini" created="Wed, 21 Nov 2018 15:06:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=tomas.markovic&quot; class=&quot;user-hover&quot; rel=&quot;tomas.markovic&quot;&gt;tomas.markovic&lt;/a&gt;Could you add scripts to reproduce this part of the test, route&lt;br/&gt;
BBcAAhmZmZkAAQAAAAAAAAAAAAAgKysrKw==&lt;/p&gt;</comment>
                            <comment id="65724" author="tomas.markovic" created="Wed, 21 Nov 2018 15:34:40 +0000"  >&lt;p&gt;This would be send_route2.py. But I also added first 5 test cases, because I wasnt sure if it had something to do with rest of the test.&lt;/p&gt;</comment>
                            <comment id="66558" author="rovarga" created="Fri, 15 Mar 2019 21:40:05 +0000"  >&lt;p&gt;Is this still present?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="15038" name="all.py" size="5642" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15039" name="configure.py" size="1480" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15040" name="delete_route.py" size="488" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15041" name="odl_send_route1.py" size="1223" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15042" name="odl_send_route2.py" size="1271" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15043" name="odl_send_route3.py" size="1320" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15044" name="play.py" size="94386" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:44 +0000"/>
                            <attachment id="15045" name="send_route1.py" size="285" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15046" name="send_route2.py" size="285" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15047" name="start_play.py" size="454" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15048" name="withdraw_route1.py" size="273" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                            <attachment id="15049" name="withdraw_route2.py" size="273" author="tomas.markovic" created="Wed, 21 Nov 2018 15:33:43 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03knb:</customfieldvalue>

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