<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:31:26 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>[OPNFLWPLUG-47] Modify Flow is not working with REST CLIENT</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-47</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;URL-&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/3/flow/133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/3/flow/133&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Request body&lt;/p&gt;

&lt;p&gt;&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;barrier&amp;gt;false&amp;lt;/barrier&amp;gt;&lt;br/&gt;
    &amp;lt;cookie&amp;gt;10&amp;lt;/cookie&amp;gt;&lt;br/&gt;
    &amp;lt;cookie_mask&amp;gt;10&amp;lt;/cookie_mask&amp;gt;&lt;br/&gt;
    &amp;lt;flags&amp;gt;SEND_FLOW_REM&amp;lt;/flags&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;FooXf10&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;133&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;installHw&amp;gt;false&amp;lt;/installHw&amp;gt;&lt;br/&gt;
    &amp;lt;instructions&amp;gt;&lt;br/&gt;
        &amp;lt;instruction&amp;gt;&lt;br/&gt;
             &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
            &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                    &amp;lt;push-pbb-action&amp;gt;&lt;br/&gt;
                        &amp;lt;ethernet-type&amp;gt;35047&amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
                    &amp;lt;/push-pbb-action&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
            &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
        &amp;lt;/instruction&amp;gt;&lt;br/&gt;
    &amp;lt;/instructions&amp;gt;&lt;br/&gt;
    &amp;lt;match&amp;gt;&lt;br/&gt;
        &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
                &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
        &amp;lt;ipv4-destination&amp;gt;10.0.0.1/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;2&amp;lt;/priority&amp;gt;&lt;br/&gt;
    &amp;lt;strict&amp;gt;false&amp;lt;/strict&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;3&amp;lt;/table_id&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;

&lt;p&gt;Response headers-&lt;/p&gt;

&lt;p&gt;500 Internal Server Error&lt;/p&gt;


&lt;p&gt;Logs in controller-&lt;/p&gt;

&lt;p&gt;014-01-24 15:55:32.002 IST &lt;span class=&quot;error&quot;&gt;&amp;#91;pool-23-thread-4&amp;#93;&lt;/span&gt; ERROR o.o.c.m.s.c.i.service.TwoPhaseCommit - Transaction: DOM-3203 Request Commit failed&lt;br/&gt;
java.lang.IllegalArgumentException: Supplied composite node is not configurational.&lt;br/&gt;
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.yangtools.yang.util.YangDataOperations.checkConfigurational(YangDataOperations.java:51) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.yangtools.yang.util.YangDataOperations.merge(YangDataOperations.java:30) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.yangtools.yang.util.YangDataOperations._mergeMultiple(YangDataOperations.java:79) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.yangtools.yang.util.YangDataOperations.mergeMultiple(YangDataOperations.java:209) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.yangtools.yang.util.YangDataOperations.mergeContainer(YangDataOperations.java:183) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.yangtools.yang.util.YangDataOperations.merge(YangDataOperations.java:42) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.impl.SchemaAwareDataStoreAdapter.mergeData(SchemaAwareDataStoreAdapter.java:159) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.impl.SchemaAwareDataStoreAdapter$NormalizedDataModification.mergeConfigurationData(SchemaAwareDataStoreAdapter.java:318) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.impl.SchemaAwareDataStoreAdapter$NormalizedDataModification.mergeConfigurationData(SchemaAwareDataStoreAdapter.java:289) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.common.impl.AbstractDataModification.putConfigurationData(AbstractDataModification.java:70) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.impl.SchemaAwareDataStoreAdapter.prepareMergedTransaction(SchemaAwareDataStoreAdapter.java:176) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.impl.SchemaAwareDataStoreAdapter.requestCommit(SchemaAwareDataStoreAdapter.java:115) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.common.impl.service.TwoPhaseCommit.call(TwoPhaseCommit.java:76) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.common.impl.service.TwoPhaseCommit.call(TwoPhaseCommit.java:31) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.FutureTask.run(FutureTask.java:262) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:744) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_45&amp;#93;&lt;/span&gt;&lt;br/&gt;
2014-01-24 15:55:34.572 IST &lt;span class=&quot;error&quot;&gt;&amp;#91;Timer-4&amp;#93;&lt;/span&gt; INFO  o.o.o.o.m.c.s.ModelDrivenSwitchImpl - TransmitPacket - TransmitPacketInput [_cookie=null, _egress=NodeConnectorRef [_value=InstanceIdentifier [path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node[key=NodeKey [_id=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:1&amp;#93;&lt;/span&gt;]], org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector[key=NodeConnectorKey [_id=Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:1:1&amp;#93;&lt;/span&gt;]]]]], _ingress=null, _payload=[1, -128, -62, 0, 0, 14, -46, -106, -13, -101, -38, 113, -120, -52, 2, 7, 4, 0, 0, 0, 0, 0, 1, 4, 2, 7, 49, 6, 2, 0, 120, 10, 10, 111, 112, 101, 110, 102, 108, 111, 119, 58, 49, -2, 16, 0, 38, -31, 0, 111, 112, 101, 110, 102, 108, 111, 119, 58, 49, 58&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27315">OPNFLWPLUG-47</key>
            <summary>Modify Flow is not working with REST CLIENT</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                                <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="10000">Done</resolution>
                                        <assignee username="sunny.malhotra@tcs.com">sunny malhotra</assignee>
                                    <reporter username="jyoti.porwal@ericsson.com">jyoti porwal</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Jan 2014 10:27:32 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:02 +0000</updated>
                            <resolved>Fri, 7 Feb 2014 10:32:53 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="55274" author="sunny.malhotra@tcs.com" created="Sat, 25 Jan 2014 13:41:49 +0000"  >&lt;p&gt;I am able to reproduce the bug with following steps : &lt;/p&gt;

&lt;p&gt;1.Create a flow using a &quot;PUT&quot; REST call (URL : &lt;a href=&quot;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/3/flow/133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/3/flow/133&lt;/a&gt;) , providing the necessary parameters in request-body.&lt;/p&gt;

&lt;p&gt;request-body :&lt;br/&gt;
&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;barrier&amp;gt;false&amp;lt;/barrier&amp;gt;&lt;br/&gt;
    &amp;lt;cookie&amp;gt;10&amp;lt;/cookie&amp;gt;&lt;br/&gt;
    &amp;lt;cookie_mask&amp;gt;10&amp;lt;/cookie_mask&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;FooXf10&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;133&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;installHw&amp;gt;false&amp;lt;/installHw&amp;gt;&lt;br/&gt;
    &amp;lt;instructions&amp;gt;&lt;br/&gt;
        &amp;lt;instruction&amp;gt;&lt;br/&gt;
             &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
            &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                    &amp;lt;push-pbb-action&amp;gt;&lt;br/&gt;
                        &amp;lt;ethernet-type&amp;gt;35047&amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
                    &amp;lt;/push-pbb-action&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
            &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
        &amp;lt;/instruction&amp;gt;&lt;br/&gt;
    &amp;lt;/instructions&amp;gt;&lt;br/&gt;
    &amp;lt;match&amp;gt;&lt;br/&gt;
        &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
                &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
        &amp;lt;ipv4-destination&amp;gt;10.0.0.1/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;2&amp;lt;/priority&amp;gt;&lt;br/&gt;
    &amp;lt;strict&amp;gt;false&amp;lt;/strict&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;3&amp;lt;/table_id&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;

&lt;p&gt;2.Modify the flow created in step1 , again by using the same &quot;PUT&quot; REST call(URL : &lt;a href=&quot;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/3/flow/133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/3/flow/133&lt;/a&gt; ) , with additional &amp;lt;flags&amp;gt; parameter.&lt;/p&gt;

&lt;p&gt;request-body:&lt;br/&gt;
&amp;lt;flow xmlns=&quot;urn:opendaylight:flow:inventory&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;barrier&amp;gt;false&amp;lt;/barrier&amp;gt;&lt;br/&gt;
    &amp;lt;cookie&amp;gt;10&amp;lt;/cookie&amp;gt;&lt;br/&gt;
    &amp;lt;cookie_mask&amp;gt;10&amp;lt;/cookie_mask&amp;gt;&lt;br/&gt;
    &amp;lt;flags&amp;gt;SEND_FLOW_REM&amp;lt;/flags&amp;gt;&lt;br/&gt;
    &amp;lt;flow-name&amp;gt;FooXf10&amp;lt;/flow-name&amp;gt;&lt;br/&gt;
    &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;id&amp;gt;133&amp;lt;/id&amp;gt;&lt;br/&gt;
    &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
    &amp;lt;installHw&amp;gt;false&amp;lt;/installHw&amp;gt;&lt;br/&gt;
    &amp;lt;instructions&amp;gt;&lt;br/&gt;
        &amp;lt;instruction&amp;gt;&lt;br/&gt;
             &amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;&lt;br/&gt;
            &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                &amp;lt;action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                    &amp;lt;push-pbb-action&amp;gt;&lt;br/&gt;
                        &amp;lt;ethernet-type&amp;gt;35047&amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
                    &amp;lt;/push-pbb-action&amp;gt;&lt;br/&gt;
                &amp;lt;/action&amp;gt;&lt;br/&gt;
            &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
        &amp;lt;/instruction&amp;gt;&lt;br/&gt;
    &amp;lt;/instructions&amp;gt;&lt;br/&gt;
    &amp;lt;match&amp;gt;&lt;br/&gt;
        &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
            &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
                &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
        &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
        &amp;lt;ipv4-destination&amp;gt;10.0.0.1/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
    &amp;lt;/match&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;2&amp;lt;/priority&amp;gt;&lt;br/&gt;
    &amp;lt;strict&amp;gt;false&amp;lt;/strict&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;3&amp;lt;/table_id&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;


&lt;p&gt;The output of step2 is 500 Internel Server Error .&lt;/p&gt;

&lt;p&gt;Logs of Controller : &lt;/p&gt;

&lt;p&gt;014-01-24 15:55:32.002 IST &lt;span class=&quot;error&quot;&gt;&amp;#91;pool-23-thread-4&amp;#93;&lt;/span&gt; ERROR o.o.c.m.s.c.i.service.TwoPhaseCommit - Transaction: DOM-3203 Request Commit failed&lt;br/&gt;
java.lang.IllegalArgumentException: Supplied composite node is not configurational.&lt;br/&gt;
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:na&amp;#93;&lt;/span&gt;......&lt;/p&gt;


&lt;p&gt;Please verify whether the steps we are folllowing are correct.&lt;/p&gt;</comment>
                            <comment id="55275" author="sunny.malhotra@tcs.com" created="Mon, 27 Jan 2014 10:13:42 +0000"  >&lt;p&gt;Pulled-in the latest code today.Not able to replicate anymore.&lt;br/&gt;
Seems the bug is fixed.&lt;/p&gt;</comment>
                            <comment id="55276" author="sunny.malhotra@tcs.com" created="Fri, 7 Feb 2014 10:32:04 +0000"  >&lt;p&gt; ======================= &lt;br/&gt;
 To: Partha Datta &amp;lt;partha.datta@tcs.com&amp;gt;&lt;br/&gt;
 From: Jyoti Porwal &amp;lt;jyoti.porwal@ericsson.com&amp;gt;&lt;br/&gt;
 Date: 02/07/2014 03:53PM&lt;br/&gt;
 cc: Sunny Malhotra &amp;lt;sunny.malhotra@tcs.com&amp;gt;, Prasanna Huddar &amp;lt;prasanna.huddar@ericsson.com&amp;gt;&lt;br/&gt;
 Subject: RE: OpenDaylight: &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-47&quot; title=&quot;Modify Flow is not working with REST CLIENT&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-47&quot;&gt;&lt;del&gt;OPNFLWPLUG-47&lt;/del&gt;&lt;/a&gt; - Modify Flow is not working with REST CLIENT&lt;br/&gt;
 ======================= &lt;/p&gt;

&lt;p&gt; Hi Partha,&lt;/p&gt;

&lt;p&gt;        &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-47&quot; title=&quot;Modify Flow is not working with REST CLIENT&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-47&quot;&gt;&lt;del&gt;OPNFLWPLUG-47&lt;/del&gt;&lt;/a&gt; is resolved.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Jyoti Porwal&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="22498">YANGTOOLS-78</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>359</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=359]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02yqn:</customfieldvalue>

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