Interface VersionUpgradeConstants


@Internal public interface VersionUpgradeConstants
Keeps track of version upgrade related constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This constant represents the key in our property store that points to the last upgrade task number that was successfully run.
    static final long
    This constant represents the minimum upgrade task number that must have been completed prior to this version of JIRA Agile being installed, in order for further upgrade tasks to successfully complete.
  • Field Details

    • MINIMUM_DATA_VERSION_REQUIRED_FOR_UPGRADE

      static final long MINIMUM_DATA_VERSION_REQUIRED_FOR_UPGRADE
      This constant represents the minimum upgrade task number that must have been completed prior to this version of JIRA Agile being installed, in order for further upgrade tasks to successfully complete. 45 represents the upgrade task number of the last upgrade task in the 6.6.x stream of development, dating back to around December 2014.
      Since:
      7.1.0
      See Also:
    • GREEN_HOPPER_UPGRADE_LATEST_VERSION

      static final String GREEN_HOPPER_UPGRADE_LATEST_VERSION
      This constant represents the key in our property store that points to the last upgrade task number that was successfully run.
      See Also: