Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Issue by Type duplicate how to remove

web-app

I recently migrated my test environment from 2.6.0 to the latest version of Gemini 3.1.1 (Build 2212) .
I followed all steps ad documented in the manual:
CreateTables.sql
Create
Views.sql
CreateProcs.sql

Upgrade
v3-0-Step1.sql
Upgradev3-0-Step2.sql

Now when I go to my home Project I noticed that the Issues by Type has duplicates and they are as follow: 
I show New Feature which shows the old icon from version 2.6 with number of issues attached to it.  But the New Feature issue type created by the new version of Gemini has no issues attached to it.
Same for the rest of the old issue types.  Should all of the version 2.6.0 tickets for new features (and other issues type) have carried over to the new one? 
Did I miss something on the upgrade/migration?

Any help is greatly appreciated.

Please note that I did not execute the following db updates Upgrade
v3-0-Step3Optional.sql & Upgradev3-1.sql since the documentation says is optional.

Issues By Type

        <table id="TableProjectIssuesByPriority" width="90%" border="0" cellpadding="1" cellspacing="2"><tbody><tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl00_Image1" title="New Feature" src="http://gemini.themls.com/Gemini/images/Type_NewFeature.jpg" alt="New Feature" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    New Feature
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    98
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl01_Image1" title="Enhancement" src="http://gemini.themls.com/Gemini/images/Type_Enhancement.jpg" alt="Enhancement" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Enhancement
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    105
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl02_Image1" title="Task" src="http://gemini.themls.com/Gemini/images/Type_Task.jpg" alt="Task" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Task
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    37
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl03_Image1" title="Bug" src="http://gemini.themls.com/Gemini/images/Type_Bug.jpg" alt="Bug" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Bug
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    163
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl04_Image1" title="Suggestion" src="http://gemini.themls.com/Gemini/images/Type_Suggestion.jpg" alt="Suggestion" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Suggestion
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    333
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl05_Image1" title="Bug" src="http://gemini.themls.com/Gemini/images/Type_Bug.png" alt="Bug" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Bug
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl06_Image1" title="Enhancement" src="http://gemini.themls.com/Gemini/images/Type_Enhancement.png" alt="Enhancement" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Enhancement
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl07_Image1" title="New Feature" src="http://gemini.themls.com/Gemini/images/Type_NewFeature.png" alt="New Feature" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    New Feature
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl08_Image1" title="Task" src="http://gemini.themls.com/Gemini/images/Type_Task.png" alt="Task" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Task
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl09_Image1" title="Investigation" src="http://gemini.themls.com/Gemini/images/Type_Investigation.png" alt="Investigation" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Investigation
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl10_Image1" title="Sub-task" src="http://gemini.themls.com/Gemini/images/Type_Subtask.png" alt="Sub-task" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Sub-task
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl11_Image1" title="Requirement" src="http://gemini.themls.com/Gemini/images/Type_Requirement.png" alt="Requirement" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Requirement
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl12_Image1" title="Quality Check" src="http://gemini.themls.com/Gemini/images/Type_QA.png" alt="Quality Check" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Quality Check
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl13_Image1" title="Support Request" src="http://gemini.themls.com/Gemini/images/Type_Support.png" alt="Support Request" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://">
                    Support Request
                </a><a href="http://">
                &nbsp;&nbsp;
            </a></td>
            <td width="10%" align="right">
                <a href="http://">
                    0
                </a>
            </td>
        </tr>

        <tr valign="top">
            <td align="left">&nbsp;&nbsp;</td>
            <td width="5%" align="left">
                <img id="ctl00_Main_ProjectTypeBreakdown1_rptData_ctl14_Image1" title="Change Request" src="http://gemini.themls.com/Gemini/images/Type_ChangeRequest.png" alt="Change Request" style="border-width: 0px;">
            </td>
            <td width="85%" align="left">
                <a href="http://gemini.themls.com/Gemini/Issues.aspx?Tab=Issues&amp;pi=40&amp;m=1&amp;c=3&amp;v=20">
                    Change Request
                </a>
                &nbsp;&nbsp;
            </td>
            <td width="10%" align="right">
                <a href="http://gemini.themls.com/Gemini/Issues.aspx?Tab=Issues&amp;pi=40&amp;m=1&amp;c=3&amp;v=20">
                    0
                </a></td></tr></tbody></table><br><br>Thank you,<br><br>Garifo<br>
garifo
· 1
garifo
Replies (3)
helpful
0
not helpful

You need to go to the issue types scheme admin screen and delete the extra types from it. Then delete the types from the issue types admin screen.

The migration guide can help with this: http://countersoft.com/downloads/csfiles/CounterSoftGeminiv311_Documentation.zip


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

yes I can do that, but how can I move all my issues attached to the legacy issue type "New Feature" and migrate all those to the new one "New Feature" without doing it one by one?


garifo
· 1
garifo
helpful
0
not helpful

Go to the issue type admin screen and edit each old status, at the bottom of the popup there is a bulk move option (combo box).


Saar Cohen
· 5000
Saar Cohen