<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:32 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>[NETCONF-250] Allow over-ride of non-module capabilities</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-250</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;We have encountered a device that does not advertise either :writable-running or :candidate capabilities even though it support writable-running. It would be useful to be able to specify the capability to use in the node configuration using something similar to yang-additional-capabilities to add or over ride the capabilities announced by the device. This is a situation where manual netconf can work around the bad hello capabilities exchange but the ODL netconf adaptor can not.&lt;/p&gt;

&lt;p&gt;Perhaps something like:&lt;/p&gt;

&lt;p&gt;&amp;lt;netconf-additional-capability&amp;gt;&lt;br/&gt;
        &amp;lt;capability   xmlns=&quot;urn:opendaylight:netconf-node-topology&quot;&amp;gt;&lt;br/&gt;
             urn:ietf:params:netconf:capability:writable-running:1.0&lt;br/&gt;
        &amp;lt;/capability&amp;gt;&lt;br/&gt;
&amp;lt;/netconf-additional-capability&amp;gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21263">NETCONF-250</key>
            <summary>Allow over-ride of non-module capabilities</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="miroslav.kovac@pantheon.tech">Miroslav Kovac</assignee>
                                    <reporter username="bf1936@att.com">Brian Freeman</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Aug 2016 16:05:38 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:28 +0000</updated>
                            <resolved>Mon, 6 Mar 2017 15:36:14 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="39575" author="op317q@att.com" created="Fri, 2 Sep 2016 14:27:25 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44897/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44897/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39576" author="rattenpal.amandeep@tcs.com" created="Fri, 23 Sep 2016 10:09:02 +0000"  >

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

&lt;p&gt;I have investigate the Netconf device discovery and followed the below steps:&lt;/p&gt;

&lt;p&gt;1. &lt;a href=&quot;https://wiki.opendaylight.org/view/OpenDaylight_Controller:Config:Examples:Netconf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/OpenDaylight_Controller:Config:Examples:Netconf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Inserted the patch into netconf project &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44897/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44897/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3. Installed feature: feature:install odl-restconf-all odl-mdsal-all  odl-netconf-mdsal odl-netconf-connector-all&lt;/p&gt;

&lt;p&gt;Result:  Failed to exchange yang with Cisco Switch.&lt;/p&gt;

&lt;p&gt;4. From ODL controller got following logs:&lt;/p&gt;

&lt;p&gt;2016-09-22 14:31:33,812 | INFO  | config-pusher    | ConfigPusherImpl                 | 136 - org.opendaylight.controller.config-persister-impl - 0.6.0.SNAPSHOT | Successfully pushed configuration snapshot 99-netconf-connector.xml(odl-netconf-connector-all,odl-netconf-connector-all)&lt;br/&gt;
2016-09-22 14:31:33,857 | INFO  | NioProcessor-11  | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Client session created&lt;br/&gt;
2016-09-22 14:31:33,874 | INFO  | NioProcessor-11  | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Start flagging packets as pending until key exchange is done&lt;br/&gt;
2016-09-22 14:31:33,877 | INFO  | NioProcessor-11  | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Server version string: SSH-2.0-Cisco-1.25&lt;br/&gt;
2016-09-22 14:31:34,864 | WARN  | NioProcessor-11  | AcceptAllServerKeyVerifier       | 30 - org.apache.sshd.core - 0.14.0 | Server at /10.61.20.10:22 presented unverified RSA key: 64:48:d8:32:90:17:c4:e4:0a:8a:80:81:74:71:c7:fc&lt;br/&gt;
2016-09-22 14:31:34,870 | INFO  | NioProcessor-11  | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Dequeing pending packets&lt;br/&gt;
2016-09-22 14:31:35,077 | INFO  | NioProcessor-11  | ClientUserAuthServiceNew         | 30 - org.apache.sshd.core - 0.14.0 | Received SSH_MSG_USERAUTH_FAILURE&lt;br/&gt;
2016-09-22 14:31:35,083 | INFO  | NioProcessor-11  | UserAuthKeyboardInteractive      | 30 - org.apache.sshd.core - 0.14.0 | Received&lt;br/&gt;
2016-09-22 14:31:35,086 | INFO  | NioProcessor-11  | ClientUserAuthServiceNew         | 30 - org.apache.sshd.core - 0.14.0 | Received SSH_MSG_USERAUTH_SUCCESS&lt;br/&gt;
2016-09-22 14:31:35,238 | WARN  | sing-executor-10 | NetconfDevice                    | 305 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{gaurav}: Netconf device does not provide all yang models reported in hello message capabilities, required but not provided: &lt;span class=&quot;error&quot;&gt;&amp;#91;(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2010-09-24)ietf-inet-types&amp;#93;&lt;/span&gt;&lt;br/&gt;
2016-09-22 14:31:35,239 | WARN  | sing-executor-10 | NetconfDevice                    | 305 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice{gaurav}
&lt;p&gt;: Attempting to build schema context from required sources&lt;br/&gt;
2016-09-22 14:31:35,252 | ERROR | sing-executor-11 | NetconfDevice                    | 305 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{gaurav}: Initialization in sal failed, disconnecting from device&lt;br/&gt;
java.lang.IllegalStateException: RemoteDevice{gaurav}
&lt;p&gt;: No more sources for schema context&lt;br/&gt;
        at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice$SchemaSetup.setUpSchema(NetconfDevice.java:479)&lt;span class=&quot;error&quot;&gt;&amp;#91;305:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice$SchemaSetup.run(NetconfDevice.java:428)&lt;span class=&quot;error&quot;&gt;&amp;#91;305:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_91&amp;#93;&lt;/span&gt;&lt;br/&gt;
2016-09-22 14:31:35,255 | WARN  | sing-executor-11 | NetconfDeviceCommunicator        | 305 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{gaurav}
&lt;p&gt;: Session terminated Session closed&lt;/p&gt;


&lt;p&gt;What should be the next step ?&lt;/p&gt;</comment>
                            <comment id="39577" author="op317q@att.com" created="Fri, 23 Sep 2016 13:29:02 +0000"  >&lt;p&gt;it seems that device don&apos;t support get-schema , so you need to side load those yang file of capability reported by the device in hello message.&lt;/p&gt;</comment>
                            <comment id="39578" author="jmorvay@cisco.com" created="Fri, 23 Sep 2016 13:51:07 +0000"  >&lt;p&gt;Yeah, I think Om is right. Please see &lt;a href=&quot;https://wiki.opendaylight.org/view/OpenDaylight_Controller:Config:Examples:Netconf#Connecting_to_a_device_not_supporting_netconf_monitoring&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/OpenDaylight_Controller:Config:Examples:Netconf#Connecting_to_a_device_not_supporting_netconf_monitoring&lt;/a&gt; for more info.&lt;/p&gt;

&lt;p&gt;But anyway how is this related to this bug?&lt;/p&gt;</comment>
                            <comment id="39579" author="rattenpal.amandeep@tcs.com" created="Tue, 27 Sep 2016 07:24:44 +0000"  >&lt;p&gt;Initially, We have encountered a device that does not advertise either :writable-running or :candidate capabilities even though it support writable-running.&lt;/p&gt;

&lt;p&gt;So we merged the updated patch to netconf project manually in our local system, after doing that we are getting this error. That&apos;s why my query related to this bug.&lt;/p&gt;</comment>
                            <comment id="39580" author="jmorvay@cisco.com" created="Tue, 27 Sep 2016 07:37:28 +0000"  >&lt;p&gt;Ok AmanDeep,&lt;/p&gt;

&lt;p&gt;If it is not confidential, can you please post here your device&apos;s configuration? Also, have you merged latest patchset?&lt;/p&gt;</comment>
                            <comment id="39581" author="rattenpal.amandeep@tcs.com" created="Wed, 28 Sep 2016 07:48:40 +0000"  >&lt;p&gt;**Configurations **&lt;/p&gt;

&lt;p&gt;      &amp;lt;modules xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;!-- Loopback connection to netconf server in controller using netconf-connector --&amp;gt;&lt;br/&gt;
        &amp;lt;module&amp;gt;&lt;br/&gt;
          &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;prefix:sal-netconf-connector&amp;lt;/type&amp;gt;&lt;br/&gt;
          &amp;lt;name&amp;gt;gaurav&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;address xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&quot;IP&quot;&amp;lt;/address&amp;gt;&lt;br/&gt;
         &amp;lt;port xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&quot;port&quot;&amp;lt;/port&amp;gt;&lt;br/&gt;
          &amp;lt;username xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&quot;username&quot;&amp;lt;/username&amp;gt;&lt;br/&gt;
          &amp;lt;password xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&quot;password&quot;&amp;lt;/password&amp;gt;&lt;br/&gt;
&amp;lt;yang-module-capabilities xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
  &amp;lt;capability xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
    urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&amp;amp;revision=2010-09-24&lt;br/&gt;
  &amp;lt;/capability&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;/yang-module-capabilities&amp;gt;&lt;br/&gt;
           &amp;lt;tcp-only xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;false&amp;lt;/tcp-only&amp;gt;&lt;br/&gt;
          &amp;lt;reconnect-on-changed-schema xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;true&amp;lt;/reconnect-on-changed-schema&amp;gt;&lt;br/&gt;
          &amp;lt;event-executor xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:netty&quot;&amp;gt;prefix:netty-event-executor&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-event-executor&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/event-executor&amp;gt;&lt;br/&gt;
          &amp;lt;binding-registry xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding&quot;&amp;gt;prefix:binding-broker-osgi-registry&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;binding-osgi-broker&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/binding-registry&amp;gt;&lt;br/&gt;
          &amp;lt;dom-registry xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom&quot;&amp;gt;prefix:dom-broker-osgi-registry&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;dom-broker&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/dom-registry&amp;gt;&lt;br/&gt;
          &amp;lt;client-dispatcher xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:config:netconf&quot;&amp;gt;prefix:netconf-client-dispatcher&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-netconf-dispatcher&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/client-dispatcher&amp;gt;&lt;br/&gt;
          &amp;lt;processing-executor xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:threadpool&quot;&amp;gt;prefix:threadpool&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-netconf-processing-executor&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/processing-executor&amp;gt;&lt;br/&gt;
          &amp;lt;keepalive-executor xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;type xmlns:prefix=&quot;urn:opendaylight:params:xml:ns:yang:controller:threadpool&quot;&amp;gt;prefix:scheduled-threadpool&amp;lt;/type&amp;gt;&lt;br/&gt;
            &amp;lt;name&amp;gt;global-netconf-ssh-scheduled-executor&amp;lt;/name&amp;gt;&lt;br/&gt;
          &amp;lt;/keepalive-executor&amp;gt;&lt;br/&gt;
        &amp;lt;/module&amp;gt;&lt;br/&gt;
        &amp;lt;/modules&amp;gt;&lt;br/&gt;
    &amp;lt;/data&amp;gt;&lt;br/&gt;
  &amp;lt;/configuration&amp;gt;&lt;br/&gt;
&amp;lt;required-capabilities&amp;gt;&lt;br/&gt;
 &amp;lt;![CDATA&lt;span class=&quot;error&quot;&gt;&amp;#91;urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf?module=odl-sal-netconf-connector-cfg&amp;amp;revision=2015-08-03&amp;#93;&lt;/span&gt;]&amp;gt;&lt;br/&gt;
  &amp;lt;/required-capabilities&amp;gt;&lt;br/&gt;
&amp;lt;/snapshot&amp;gt;&lt;/p&gt;



&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;We have merged the latest patch **&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="39582" author="jmorvay@cisco.com" created="Thu, 29 Sep 2016 10:08:44 +0000"  >&lt;p&gt;Have you also put the ietf-inet-types model&apos;s yang schema into the ODL cache/schema  folder?&lt;/p&gt;</comment>
                            <comment id="39583" author="rattenpal.amandeep@tcs.com" created="Mon, 10 Oct 2016 05:11:09 +0000"  >&lt;p&gt;Yes we have included ietf-inet-types@2010-09-24.yang &amp;amp; ietf-inet-types@2013-07-15.yang.&lt;/p&gt;

&lt;p&gt;Moreover, The capabilities also added into 99-Configurations file.&lt;/p&gt;</comment>
                            <comment id="39584" author="rattenpal.amandeep@tcs.com" created="Mon, 10 Oct 2016 10:50:31 +0000"  >&lt;p&gt;After adding the NonModuleCapabilities getting repository issues. Solved the repository issues and added the 99-netconf-connector.xml file into karaf target.&lt;/p&gt;

&lt;p&gt;Now, getting exception after installing netconf-connector-all feature. &lt;/p&gt;

&lt;p&gt;Please find the attached logs and other configuration files.&lt;/p&gt;</comment>
                            <comment id="39589" author="rattenpal.amandeep@tcs.com" created="Mon, 10 Oct 2016 10:50:31 +0000"  >&lt;p&gt;Attachment Investigation.zip has been added with description: logs and configuration files&lt;/p&gt;</comment>
                            <comment id="39585" author="jmorvay@cisco.com" created="Wed, 12 Oct 2016 15:22:27 +0000"  >&lt;p&gt;Amandeep can you please try this with the newest patchset? I have fixed possible null pointer exception..&lt;/p&gt;

&lt;p&gt;What exactly are these repository issues you are talking about and how have you fixed them?&lt;/p&gt;</comment>
                            <comment id="39586" author="rattenpal.amandeep@tcs.com" created="Thu, 13 Oct 2016 07:32:07 +0000"  >&lt;p&gt;Repository issues  are with netconf project. I was not able to build the project after adding non module capabilities. &lt;/p&gt;

&lt;p&gt;Initially, i skipped the test cases and build the project then with test cases. After changing in yang and build the project online able to solve the issues.&lt;/p&gt;


&lt;p&gt;Moreover, i will include the new patch and get back to you. Basically i am getting semantic errors after including 99-netconf-connector.xml. please look into that do i need to add more capabilities.?&lt;/p&gt;</comment>
                            <comment id="39587" author="op317q@att.com" created="Sun, 22 Jan 2017 00:54:06 +0000"  >&lt;p&gt;Hi Jakub, Please let me know if I need to do more on this defect .&lt;/p&gt;</comment>
                            <comment id="39588" author="miroslav.kovac@pantheon.tech" created="Tue, 21 Feb 2017 18:57:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44897/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44897/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12687" name="Investigation.zip" size="22311" author="rattenpal.amandeep@tcs.com" created="Mon, 10 Oct 2016 10:50:31 +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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6346</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=6346]]></customfieldvalue>

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

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