<!-- 
RSS generated by JIRA (6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc) at Mon Jun 15 13:46:37 EEST 2026

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 add field=key&field=summary to the URL of your request.
For example:
http://jira.mobinets.com/jira/si/jira.issueviews:issue-xml/ACE-858/ACE-858.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Mobinets-JIRA</title>
    <link>http://jira.mobinets.com/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>6.1.4</version>
        <build-number>6159</build-number>
        <build-date>19-11-2013</build-date>
    </build-info>

<item>
            <title>[ACE-858] updateSrdServiceStatus</title>
                <link>http://jira.mobinets.com/jira/browse/ACE-858</link>
                <project id="14100" key="ACE">ACE</project>
                    <description>&lt;p&gt;Input:&lt;br/&gt;
&amp;lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:ser=&quot;http://server.internal.api.srd.nep.mobinets.com/&quot;&amp;gt;&lt;br/&gt;
   &amp;lt;soapenv:Header/&amp;gt;&lt;br/&gt;
   &amp;lt;soapenv:Body&amp;gt;&lt;br/&gt;
      &amp;lt;ser:updateSrdServiceStatus&amp;gt;&lt;br/&gt;
         &amp;lt;!-&lt;del&gt;Optional:&lt;/del&gt;-&amp;gt;&lt;br/&gt;
         &amp;lt;requestId&amp;gt;05&amp;lt;/requestId&amp;gt;&lt;br/&gt;
         &amp;lt;!-&lt;del&gt;Optional:&lt;/del&gt;-&amp;gt;&lt;br/&gt;
         &amp;lt;serviceName&amp;gt;FBB&amp;lt;/serviceName&amp;gt;&lt;br/&gt;
         &amp;lt;!-&lt;del&gt;Optional:&lt;/del&gt;-&amp;gt;&lt;br/&gt;
         &amp;lt;serviceStatus&amp;gt;Upgrade&amp;lt;/serviceStatus&amp;gt;&lt;br/&gt;
      &amp;lt;/ser:updateSrdServiceStatus&amp;gt;&lt;br/&gt;
   &amp;lt;/soapenv:Body&amp;gt;&lt;br/&gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;br/&gt;
Output:&lt;br/&gt;
&amp;lt;soap:Envelope xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&amp;gt;&lt;br/&gt;
   &amp;lt;soap:Body&amp;gt;&lt;br/&gt;
      &amp;lt;ns2:updateSrdServiceStatusResponse xmlns:ns2=&quot;http://server.internal.api.srd.nep.mobinets.com/&quot;/&amp;gt;&lt;br/&gt;
   &amp;lt;/soap:Body&amp;gt;&lt;br/&gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/p&gt;

&lt;p&gt;Same for both 179 and new local&lt;/p&gt;</description>
                <environment></environment>
        <key id="157009">ACE-858</key>
            <summary>updateSrdServiceStatus</summary>
                <type id="1" iconUrl="http://jira.mobinets.com/jira/images/icons/issuetypes/bug.png">Bug</type>
                                            <priority id="10002" iconUrl="http://jira.mobinets.com/jira/images/icons/normal.png">Normal</priority>
                        <status id="10013" iconUrl="http://jira.mobinets.com/jira/images/icons/statuses/generic.png">Cancelled</status>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="mbayel">Mbaye Lo</assignee>
                                    <reporter username="mbayel">Mbaye Lo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Apr 2026 06:39:50 +0300</created>
                <updated>Mon, 15 Jun 2026 06:46:42 +0300</updated>
                            <resolved>Mon, 15 Jun 2026 06:46:42 +0300</resolved>
                                                                    <component>SRD</component>
                        <due>Thu, 30 Apr 2026 00:00:00 +0300</due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="149329" author="ztrabelsi" created="Wed, 6 May 2026 10:12:54 +0300"  >&lt;p&gt;How to test:&lt;/p&gt;

&lt;p&gt;Open SRD UI -&amp;gt; navigate to the target request (&lt;a href=&quot;http://10.172.20.206:8285/NEP_SRD_UI/request/0002&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://10.172.20.206:8285/NEP_SRD_UI/request/0002&lt;/a&gt;)&lt;br/&gt;
Note the current Request Type field value&lt;br/&gt;
Build the serviceName parameter as: &lt;/p&gt;
{CR Number}
&lt;p&gt;_&lt;/p&gt;
{Service}
&lt;p&gt;From screenshot: 1319442_MPLS&lt;br/&gt;
Send the SOAP request with one of the valid serviceStatus values below&lt;br/&gt;
Refresh the request page in the UI&lt;br/&gt;
Confirm Request Type field has changed accordingly&lt;/p&gt;

&lt;p&gt;Valid serviceStatus values:&lt;br/&gt;
AVAILABLE&lt;br/&gt;
PARTIALLY_AVAILABLE&lt;br/&gt;
UNAVAILABLE&lt;br/&gt;
COMPLEX&lt;/p&gt;

&lt;p&gt;Sample request:&lt;br/&gt;
&amp;lt;ser:updateSrdServiceStatus&amp;gt;&lt;br/&gt;
   &amp;lt;requestId&amp;gt;0002&amp;lt;/requestId&amp;gt;&lt;br/&gt;
   &amp;lt;serviceName&amp;gt;1319442_MPLS&amp;lt;/serviceName&amp;gt;&lt;br/&gt;
   &amp;lt;serviceStatus&amp;gt;UNAVAILABLE&amp;lt;/serviceStatus&amp;gt;&lt;br/&gt;
&amp;lt;/ser:updateSrdServiceStatus&amp;gt;&lt;/p&gt;</comment>
                            <comment id="152409" author="mbayel" created="Mon, 15 Jun 2026 06:46:42 +0300"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                                                <inwardlinks description="is cloned by">
                                        <issuelink>
            <issuekey id="160001">ACE-1006</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="134105" name="Untitled.png" size="135252" author="zTrabelsi" created="Wed, 6 May 2026 10:14:20 +0300"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10200" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Complexity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10102"><![CDATA[Medium]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Customer</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="12200"><![CDATA[OMAN-Tel]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_11009" key="com.innovalog.jmcf.jira-misc-custom-fields:calculated-text-field">
                        <customfieldname>Dev. Actual Duration</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[0 minutes]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10800" key="com.capitalcityconsultants.jira.plugins.customfields.ccc-lastcomment:last-comment">
                        <customfieldname>Last Comment</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p style=&quot;display:inline&quot;&gt;&lt;b&gt;Evaluation License Error:&lt;/b&gt; EXPIRED&lt;/p&gt;</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_12500" key="com.atlassian.jira.toolkit:originalestimate">
                        <customfieldname>Original Estimate</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11008" key="com.innovalog.jmcf.jira-misc-custom-fields:calculated-text-field">
                        <customfieldname>PDM Actual Duration</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[0 minutes]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10300" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>Planned Start</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 23 Apr 2026 06:34:00 +0300</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10401" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Product</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10306"><![CDATA[NEP]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10004" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_11010" key="com.innovalog.jmcf.jira-misc-custom-fields:transitioncaller">
                        <customfieldname>Rejected By</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>zTrabelsi</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11704" key="vivid.trace:VTDirections-custom-field-type">
                        <customfieldname>VTDirections</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>