<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:25:46 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-1398] An issue with download of csv smaple file in DID section</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-1398</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We are facing an issue while downloading the CSV sample file from the DID section. It redirects to a blank page without file download.&lt;/p&gt;</description>
                <environment></environment>
        <key id="52115">ASTPPCOM-1398</key>
            <summary>An issue with download of csv smaple file in DID section</summary>
                <type id="10200" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.astppbilling.org/images/icons/priorities/medium.svg">Medium</priority>
                        <status id="6" iconUrl="https://jira.astppbilling.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="mittal.panchal">Mittal Panchal</assignee>
                                    <reporter username="tushar.devani">Tushar Devani</reporter>
                        <labels>
                            <label>ASBPO</label>
                    </labels>
                <created>Thu, 12 Oct 2023 14:32:52 +0530</created>
                <updated>Mon, 16 Oct 2023 16:48:27 +0530</updated>
                            <resolved>Thu, 12 Oct 2023 16:20:28 +0530</resolved>
                                                    <fixVersion>v6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="8820">2.45h</timespent>
                                <comments>
                            <comment id="116507" author="JIRAUSER32117" created="Thu, 12 Oct 2023 14:34:00 +0530"  >&lt;p&gt;Please contact me if you want client credentials.&lt;/p&gt;</comment>
                            <comment id="116514" author="JIRAUSER32117" created="Thu, 12 Oct 2023 15:54:40 +0530"  >&lt;p&gt;/opt/ASTPP/web_interface/astpp/application/modules/did/controllers/did.php&lt;/p&gt;


&lt;p&gt;function did_download_sample_file($file_name) &lt;br/&gt;
 &#160;&#160;&#160;&lt;/p&gt;
{ 
 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$this-&amp;gt;load-&amp;gt;helper(&apos;download&apos;); 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;//ASTPPCOM-960 + 961 Start 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;$full_path = &quot;./assets/Rates_File/&quot; . $file_name . &quot;.csv&quot;; 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;//ASTPPCOM-960 + 961 End 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;ob_clean(); 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;$arrContextOptions = array( 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&quot;ssl&quot; =&amp;gt; array( 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&quot;verify_peer&quot; =&amp;gt; false, 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&quot;verify_peer_name&quot; =&amp;gt; false 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;) 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;); 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;$file = file_get_contents($full_path, false, stream_context_create($arrContextOptions)); 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;//ASTPPCOM-960 + 961 Start 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;force_download($file_name.&quot;.csv&quot;, $file); 
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;//ASTPPCOM-960 + 961 End 
 
 &#160;&#160;&#160;}</comment>
                            <comment id="116516" author="JIRAUSER57300" created="Thu, 12 Oct 2023 16:20:02 +0530"  >&lt;p&gt;In this PR adding above change in did.php function did_download_sample_file.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/iNextrix/ASTPP/pull/new/ASTPPCOM-1398_did.csv&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/pull/new/ASTPPCOM-1398_did.csv&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="116588" author="JIRAUSER14835" created="Mon, 16 Oct 2023 16:48:27 +0530"  >&lt;p&gt;Working fine as expected in this PR.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11301" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>ASTPP Edition</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10902"><![CDATA[Enterprise]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10719" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Category</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10336"><![CDATA[UI]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <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_10700" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>RCA</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Coding]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10718" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Reproducibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10323"><![CDATA[always]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10001" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="171">2023-COM-DEV-V60-W38</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10702" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Support Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10317"><![CDATA[Managed]]></customfieldvalue>

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