Class ProjectImportTypeFix

java.lang.Object
com.atlassian.jira.functest.framework.admin.ProjectImportTypeFix

public class ProjectImportTypeFix extends Object
This is a bit of a hack until renaissance mode is turned on by default. For now we change the backup so that all projects have the 'business' type. Otherwise the upgrade task setting project types to 'software' stops the project import from happening.

This can be deleted once we're past renaissance.

  • Constructor Details

    • ProjectImportTypeFix

      public ProjectImportTypeFix(Backdoor backdoor)
  • Method Details

    • updateAllProjectsToBusinessType

      public void updateAllProjectsToBusinessType()
    • rewriteProjectTypes

      public void rewriteProjectTypes(File backupFile)