<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:22 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-185] Delete subset of list items using PATCH?</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-185</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;This is against Beryllium code that is not merged yet:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/36177/6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/36177/6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is possible that I am sending wrong requests, or I am expecting behavior that is not implied by standard, but this is how it looks like when I manipulate model (from odl-clustering-test-app feature):&lt;/p&gt;

&lt;p&gt;$ curl -u&apos;admin:admin&apos; -X PATCH -H &quot;Content-Type:application/yang.patch+json&quot; -d &apos;{&quot;ietf-restconf:yang-patch&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;edit&quot;:[{&quot;edit-id&quot;:&quot;0&quot;,&quot;operation&quot;:&quot;replace&quot;,&quot;target&quot;:&quot;/car:car-entry&lt;span class=&quot;error&quot;&gt;&amp;#91;car:id=&amp;#39;&amp;quot;&amp;#39;&amp;quot;&amp;#39;0&amp;#39;&amp;quot;&amp;#39;&amp;quot;&amp;#39;&amp;#93;&lt;/span&gt;&quot;,&quot;value&quot;:{&quot;car:car-entry&quot;:[&lt;/p&gt;
{&quot;id&quot;:&quot;0&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;id&quot;:&quot;1&quot;}
&lt;p&gt;]}}]}&apos; 127.0.0.1:8181/restconf/config/car:cars ;echo&lt;/p&gt;

&lt;p&gt;{&quot;ietf-yang-patch:yang-patch-status&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;ok&quot;:null}}&lt;/p&gt;

&lt;p&gt;$ curl -u&apos;admin:admin&apos; 127.0.0.1:8181/restconf/config/car:cars ;echo&lt;/p&gt;

&lt;p&gt;{&quot;cars&quot;:{&quot;car-entry&quot;:[&lt;/p&gt;
{&quot;id&quot;:&quot;1&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;id&quot;:&quot;0&quot;}
&lt;p&gt;]}}&lt;/p&gt;

&lt;p&gt;$ curl -u&apos;admin:admin&apos; -X PATCH -H &quot;Content-Type:application/yang.patch+json&quot; -d &apos;{&quot;ietf-restconf:yang-patch&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;edit&quot;:[&lt;/p&gt;
{&quot;edit-id&quot;:&quot;0&quot;,&quot;operation&quot;:&quot;delete&quot;,&quot;target&quot;:&quot;/car:car-entry[car:id=&apos;&quot;&apos;&quot;&apos;0&apos;&quot;&apos;&quot;&apos;]&quot;}
&lt;p&gt;]}&apos; 127.0.0.1:8181/restconf/config/car:cars ;echo&lt;/p&gt;

&lt;p&gt;{&quot;ietf-yang-patch:yang-patch-status&quot;:{&quot;patch-id&quot;:&quot;0&quot;,&quot;ok&quot;:null}}&lt;/p&gt;

&lt;p&gt;$ curl -u&apos;admin:admin&apos; 127.0.0.1:8181/restconf/config/car:cars ;echo&lt;/p&gt;

&lt;p&gt;{&quot;cars&quot;:{&quot;car-entry&quot;:[&lt;/p&gt;
{&quot;id&quot;:&quot;1&quot;}
&lt;p&gt;,&lt;/p&gt;
{&quot;id&quot;:&quot;0&quot;}
&lt;p&gt;]}}&lt;/p&gt;

&lt;p&gt;I was expecting to only find &lt;/p&gt;
{&quot;id&quot;:&quot;1&quot;}
&lt;p&gt; after the second PATCH. Is it a Bug or am I doing something wrong?&lt;br/&gt;
Maybe a unit test for deleting subset of list items could be added.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21198">NETCONF-185</key>
            <summary>Delete subset of list items using PATCH?</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="ivan.hrasko@pantheon.tech">Ivan Hrasko</assignee>
                                    <reporter username="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Apr 2016 16:36:47 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:23 +0000</updated>
                            <resolved>Fri, 5 Aug 2016 14:15:04 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="39327" author="ivan.hrasko@pantheon.tech" created="Wed, 27 Apr 2016 13:28:58 +0000"  >&lt;p&gt;Now it works as you expected: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/38022/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/38022/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39328" author="ivan.hrasko@pantheon.tech" created="Mon, 23 May 2016 13:57:13 +0000"  >&lt;p&gt;Merged to Beryllium. It needs separate solution for Boron.&lt;/p&gt;</comment>
                            <comment id="39329" author="ivan.hrasko@pantheon.tech" created="Wed, 27 Jul 2016 07:13:06 +0000"  >&lt;p&gt;Cherry pick to boron old Restconf:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/42449&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/42449&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39330" author="ivan.hrasko@pantheon.tech" created="Fri, 29 Jul 2016 13:55:14 +0000"  >&lt;p&gt;Cherry pick merged to Boron.&lt;/p&gt;</comment>
                            <comment id="39331" author="ivan.hrasko@pantheon.tech" created="Fri, 5 Aug 2016 14:15:04 +0000"  >&lt;p&gt;patch for new restconf has been merged to master:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/41833/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/41833/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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>5730</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=5730]]></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="10332"><![CDATA[Boron-RC0]]></customfieldvalue>

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

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