<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:36 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-272] Api explorer does not handle nodes with same name in yang module properly</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-272</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;If there are two or more Containers (Lists and others as well) with same name in one yang module, example is not rendered properly. It always takes the last one and render example based on that.&lt;br/&gt;
e.g.: &lt;br/&gt;
module --&amp;gt;&lt;/p&gt;

&lt;p&gt;container jukebox {&lt;br/&gt;
        container library {&lt;br/&gt;
            list artist {&lt;br/&gt;
            key name;&lt;/p&gt;

&lt;p&gt;            leaf name {&lt;br/&gt;
              type string &lt;/p&gt;
{
                length &quot;1 .. max&quot;;
              }
&lt;p&gt;            }&lt;/p&gt;

&lt;p&gt;              list song {&lt;br/&gt;
                key name;&lt;/p&gt;

&lt;p&gt;                leaf name {&lt;br/&gt;
                  type string &lt;/p&gt;
{
                     length &quot;1 .. max&quot;;
                  }
&lt;p&gt;                }&lt;br/&gt;
                leaf location &lt;/p&gt;
{
                  type string;
                  mandatory true;
                }
&lt;p&gt;                leaf format &lt;/p&gt;
{
                  type string;
                }
&lt;p&gt;                leaf length &lt;/p&gt;
{
                  type uint32;
                }
&lt;p&gt;            }   // end list &apos;song&apos;&lt;br/&gt;
          }  // end list &apos;artist&apos;&lt;br/&gt;
        }  // end library&lt;/p&gt;

&lt;p&gt;        list playlist {&lt;br/&gt;
          key name;&lt;/p&gt;

&lt;p&gt;          leaf name &lt;/p&gt;
{
            type string;
          }

&lt;p&gt;          list song {&lt;br/&gt;
            key index;&lt;/p&gt;

&lt;p&gt;            leaf index &lt;/p&gt;
{   
              type uint32;
            }

&lt;p&gt;            leaf id {&lt;br/&gt;
              type leafref &lt;/p&gt;
{
                path &quot;/jbox:jukebox/jbox:library/jbox:artist/&quot; +
                     &quot;jbox:album/jbox:song/jbox:name&quot;;
              }
&lt;p&gt;              mandatory true;&lt;br/&gt;
            }&lt;br/&gt;
          } // end song&lt;br/&gt;
        }  //end playlist&lt;br/&gt;
}// end jukebox&lt;/p&gt;


&lt;p&gt;example generated --&amp;gt;&lt;br/&gt;
{&lt;br/&gt;
  &quot;jukebox&quot;: {&lt;br/&gt;
    &quot;library&quot;: {&lt;br/&gt;
      &quot;artist&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
           &quot;song&quot;: [         &amp;lt;---- wrongly generated song. should contain name,location,format,length&lt;/p&gt;
                {
                  &quot;index&quot;: &quot;integer&quot;,
                  &quot;id&quot;: &quot;object&quot;
                }
&lt;p&gt;              ],&lt;br/&gt;
          &quot;name&quot;: &quot;string&quot;&lt;br/&gt;
        }&lt;br/&gt;
      ]&lt;br/&gt;
    },&lt;br/&gt;
    &quot;playlist&quot;: [&lt;br/&gt;
      {&lt;br/&gt;
        &quot;song&quot;: [&lt;/p&gt;
          {
            &quot;index&quot;: &quot;integer&quot;,
            &quot;id&quot;: &quot;object&quot;
          }
&lt;p&gt;        ],&lt;br/&gt;
        &quot;name&quot;: &quot;string&quot;,&lt;br/&gt;
      }&lt;br/&gt;
    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21285">NETCONF-272</key>
            <summary>Api explorer does not handle nodes with same name in yang module properly</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</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="miroslav.kovac@pantheon.tech">Miroslav Kovac</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Sep 2016 12:48:24 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:30 +0000</updated>
                            <resolved>Thu, 13 Oct 2016 11:46:27 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="39634" author="miroslav.kovac@pantheon.tech" created="Tue, 11 Oct 2016 14:35:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/46751/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/46751/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="21291">NETCONF-278</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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>6679</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=6679]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10321"><![CDATA[Carbon]]></customfieldvalue>

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

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