Uploaded image for project: 'Minyaa Suite'
  1. Minyaa Suite
  2. MYAA-1306

Text Searcher definition for RegExp customfield includes native Text CustomfieldType.

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.3.8
    • None
    • None
    • Security Level: Public
    • None

      In old versions of Kaamelot and Minyaa, the RegExp customfield associated native the Text fields with a new Searcher with same name : Free Text Searcher.

      Impact in your configuration : you may have some fields defined with Minyaa Text Searcher.

      Since 3.3.8, the association has been corrected. After installation, the native Text fields associated to Minyaa Text Fields will no more associated to a valid a Searcher, then not searchable.

      You will have to restore the native Free Text Searcher to native Text Fields, by executing the following SQL Queries.

      update customfield set customfieldsearcherkey = 'com.atlassian.jira.plugin.system.customfieldtypes:textsearcher' 
      where customfieldsearcherkey =  'jira.plugin.minyaa.tools:textsearcher'
      and customfieldtypekey in 
      ('com.atlassian.jira.plugin.system.customfieldtypes:textfield'
      ,'com.atlassian.jira.plugin.system.customfieldtypes:textarea'
      ,'com.atlassian.jira.plugin.system.customfieldtypes:readonlyfield')
      

            vthoule Vincent Thoulé
            vthoule Vincent Thoulé
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: