<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:34:42 JST 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>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[DAMD-142] variant and designId0 are not propagated to pfsConfig file</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/DAMD-142</link>
                <project id="10400" key="DAMD">Data Model</project>
                    <description>&lt;p&gt;variant and designId0 are not propagated to pfsConfig file&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;In [5]: config = PfsConfig.read(0x240c7969c1532146, 82045)

In [6]: design = PfsDesign.read(0x240c7969c1532146)

In [7]: design.variant
Out[7]: 8

In [8]: config.variant
Out[8]: 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</description>
                <environment></environment>
        <key id="23117">DAMD-142</key>
            <summary>variant and designId0 are not propagated to pfsConfig file</summary>
                <type id="1" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10503&amp;avatarType=issuetype">Bug</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="arnaud.lefur">arnaud.lefur</assignee>
                                    <reporter username="arnaud.lefur">arnaud.lefur</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Nov 2022 14:05:55 +0000</created>
                <updated>Sat, 19 Nov 2022 06:20:16 +0000</updated>
                            <resolved>Sat, 19 Nov 2022 06:20:16 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                            <comment id="31816" author="hassan" created="Fri, 18 Nov 2022 22:51:55 +0000"  >&lt;p&gt;Changes look fine, but propose adding a simple test to check that the variant information is correctly propagated, eg: &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;
    def testPfsConfigVariants(self):
        &lt;span class=&quot;code-quote&quot;&gt;&quot;&quot;&quot;Test that pfsConfig can be create from a design with variant &quot;&lt;/span&gt;&quot;&quot;
        design0 = self.makePfsDesign()
        variant1 = 1
        design1 = self.makePfsDesign(variant=variant1, designId0=design0.pfsDesignId)

        config1 = PfsConfig.fromPfsDesign(design1, self.visit0, self.pfiCenter)
        self.assertEqual((variant1, design0.pfsDesignId), config1.getVariant())
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="31817" author="arnaud.lefur" created="Sat, 19 Nov 2022 05:22:28 +0000"  >&lt;p&gt;Sure, can you push the change on the branch ?&lt;/p&gt;</comment>
                            <comment id="31818" author="hassan" created="Sat, 19 Nov 2022 05:32:44 +0000"  >&lt;p&gt;Change pushed to ticket branch.&lt;/p&gt;</comment>
                            <comment id="31820" author="arnaud.lefur" created="Sat, 19 Nov 2022 06:20:16 +0000"  >&lt;p&gt;merged to master.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzsvif:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.atlassian.jira.plugin.system.customfieldtypes:userpicker">
                        <customfieldname>Reviewers</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>hassan</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>