<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 22:26:48 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[MODCXMOCK-13] -Dsource option</title>
                <link>https://folio-org.atlassian.net/browse/MODCXMOCK-13</link>
                <project id="10253" key="MODCXMOCK">mod-codex-mock</project>
                    <description>&lt;p&gt;Mike requested a way to force the &apos;source&apos; field in all records to a fixed value. &lt;/p&gt;</description>
                <environment></environment>
        <key id="79084">MODCXMOCK-13</key>
            <summary>-Dsource option</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/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="10003">Done</resolution>
                                                        <assignee accountid="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a">Heikki Levanto</assignee>
                                                                <reporter accountid="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a">Heikki Levanto</reporter>
                                    <labels>
                            <label>sprint29</label>
                    </labels>
                <created>Thu, 4 Jan 2018 11:31:31 +0000</created>
                <updated>Thu, 4 Jan 2018 13:54:08 +0000</updated>
                            <resolved>Thu, 4 Jan 2018 13:09:21 +0000</resolved>
                                                    <fixVersion>1.0.3</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="3600">1 hour</timespent>
                                <comments>
                                                            <comment id="187913" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Thu, 4 Jan 2018 11:32:41 +0000"  >&lt;p&gt;&lt;tt&gt;-Dsource=xxxx&lt;/tt&gt; on the command line should override the source field in the mock data with xxxx&lt;/p&gt;</comment>
                                                            <comment id="187915" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Thu, 4 Jan 2018 11:39:28 +0000"  >&lt;p&gt;One little catch. The replacing of the source happens after the search has been done, so if you search for records with &lt;tt&gt;source=kb&lt;/tt&gt;, you get those records where the original mock source field was kb, with that value then overwritten by the defined value.  That may change hitcounts in a confusing way.&lt;/p&gt;</comment>
                                                            <comment id="187916" author="5bffed52a1b46046f530c8f7" created="Thu, 4 Jan 2018 11:43:06 +0000"  >&lt;p&gt;OK, that sounds confusing. Maybe a better approach would be just to change all the sample records so they have source &lt;tt&gt;kb&lt;/tt&gt;, and not mess with the software at all?&lt;/p&gt;</comment>
                                                            <comment id="187917" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Thu, 4 Jan 2018 12:00:22 +0000"  >&lt;p&gt;Hmm, that could be a way to do it. Needs to be at start-up time, so that we can still control it with the command line option. I look into some kind of init hook in rmb, and a way to run SQL against the database directly...&lt;/p&gt;</comment>
                                                            <comment id="187918" author="5bffed52a1b46046f530c8f7" created="Thu, 4 Jan 2018 12:03:54 +0000"  >&lt;p&gt;To be honest, I don&apos;t even care about a command-line option: all I want at this stage is for mod-codex-mock to be mocking mod-codex-ekb, which means nothing more or less than &lt;tt&gt;kb&lt;/tt&gt; in the source field. Hardwire it if that&apos;s easiest.&lt;/p&gt;</comment>
                                                            <comment id="187919" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Thu, 4 Jan 2018 12:22:57 +0000"  >&lt;p&gt;I don&apos;t like hard-coding the mock for one purpose, but since nobody else is using it for anything - I checked with Adam - it should be harmless. I try to get a release out today, or tomorrow morning.&lt;/p&gt;</comment>
                                                            <comment id="187920" author="5bffed52a1b46046f530c8f7" created="Thu, 4 Jan 2018 12:32:26 +0000"  >&lt;p&gt;Yeah, that&apos;s what I thought: I&apos;m the only user, so you may as well just make it do what I need &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                                                            <comment id="187921" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Thu, 4 Jan 2018 12:38:06 +0000"  >&lt;p&gt;Mark my words, at some point you or someone else will need it to return records with &quot;local&quot; in the source... I leave the command line option in place, since I already implemented that.&lt;/p&gt;</comment>
                                                            <comment id="187922" author="5bffed52a1b46046f530c8f7" created="Thu, 4 Jan 2018 13:54:08 +0000"  >&lt;p&gt;Sounds good, thanks!&lt;/p&gt;

&lt;p&gt;I hope to very soon have a VM where mux is giving me records from both mock (masquerading as KB) and inventory.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzy67z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 4 Jan 2018 11:43:06 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>