<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:16:29 CET 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>Jira</title>
    <link>https://jira.astppbilling.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.13.3</version>
        <build-number>813003</build-number>
        <build-date>14-01-2021</build-date>
    </build-info>


<item>
            <title>[ASTPPCOM-366] Feature Request Termination Rates - Search</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-366</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;Currently, there is no way to search by Modified Date in the Termination Rates. &lt;br/&gt;
It would be nice to be able to do a full date/time or partial date time search. &lt;br/&gt;
This would allow us to easily identify rate codes that may have been deleted by the carrier and then do a bulk delete.&lt;/p&gt;</description>
                <environment></environment>
        <key id="12186">ASTPPCOM-366</key>
            <summary>Feature Request Termination Rates - Search</summary>
                <type id="10201" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10700&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="1" iconUrl="https://jira.astppbilling.org/images/icons/priorities/highest.svg">Highest</priority>
                        <status id="10000" iconUrl="https://jira.astppbilling.org/images/icons/status_generic.gif" description="">To Do</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="kanu.patel">Kanu Patel</assignee>
                                    <reporter username="countrdd">countrdd</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Apr 2018 14:59:22 +0530</created>
                <updated>Fri, 11 Aug 2023 12:26:38 +0530</updated>
                                                            <fixVersion>v5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="7800">2h 10m</timespent>
                                <comments>
                            <comment id="13258" author="alexheylin" created="Sat, 30 Jun 2018 17:26:21 +0530"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;~countrdd&amp;#93;&lt;/span&gt; To find rates, adjust the interval at which you consider them deleted by carrier then run this&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-sql&quot;&gt;
&lt;span class=&quot;code-keyword&quot;&gt;select&lt;/span&gt; * &lt;span class=&quot;code-keyword&quot;&gt;from&lt;/span&gt; `outbound_routes` 
&lt;span class=&quot;code-keyword&quot;&gt;where&lt;/span&gt; `last_modified_date` &amp;lt; date_sub(now(), &lt;span class=&quot;code-keyword&quot;&gt;interval&lt;/span&gt; 180 &lt;span class=&quot;code-keyword&quot;&gt;day&lt;/span&gt;)
&lt;span class=&quot;code-keyword&quot;&gt;order&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;by&lt;/span&gt; `last_modified_date` &lt;span class=&quot;code-keyword&quot;&gt;ASC&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;To delete them, change the &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt; select *&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt; to &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unable to find source-code formatter for language: delete```.&lt;/span&gt; Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml&lt;/div&gt;&lt;pre&gt; like &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;sql&lt;br/&gt;
delete from &lt;tt&gt;outbound_routes&lt;/tt&gt; &lt;br/&gt;
where &lt;tt&gt;last_modified_date&lt;/tt&gt; &amp;lt; date_sub(now(), interval 180 day)&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;`&lt;/tt&gt;&lt;/p&gt;</comment>
                            <comment id="13259" author="hemdip" created="Thu, 20 Jun 2019 17:16:17 +0530"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;~countrdd&amp;#93;&lt;/span&gt; , Thanks for your suggestion, We will implement it in our next version.&lt;/p&gt;</comment>
                            <comment id="113532" author="JIRAUSER57401" created="Mon, 24 Jul 2023 10:54:38 +0530"  >&lt;p&gt;here already search by from date and to date filter exists. so after discuss add modified date filter in feature.&lt;/p&gt;

&lt;p&gt;Note : No Change Required.&lt;/p&gt;</comment>
                            <comment id="114430" author="prashant.kumar" created="Fri, 11 Aug 2023 11:23:57 +0530"  >&lt;p&gt;Hello &lt;a href=&quot;https://jira.astppbilling.org/secure/ViewProfile.jspa?name=kanu.patel&quot; class=&quot;user-hover&quot; rel=&quot;kanu.patel&quot;&gt;Kanu Patel&lt;/a&gt;,&lt;br/&gt;
 there are no any search option for from date-To date in Origination and Termination rate in community v6.0 source, and per requested by user for search option with from date and date as per created/modify date. so we need to implement this features.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="50839" name="Screenshot from 2023-08-11 10-13-06.png" size="289373" author="prashant.kumar" created="Fri, 11 Aug 2023 11:24:34 +0530"/>
                            <attachment id="50840" name="Screenshot from 2023-08-11 11-25-02.png" size="231926" author="prashant.kumar" created="Fri, 11 Aug 2023 11:26:12 +0530"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11300" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Edition</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10900"><![CDATA[Community]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10703" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>366</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10001" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="166">2023-ENT-DEV-V70-W29</customfieldvalue>

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