Class UpgradeTask_Build10000002

All Implemented Interfaces:
UpgradeTask, com.atlassian.upgrade.spi.UpgradeTask

public class UpgradeTask_Build10000002 extends AbstractMd5ToShaWorkflowMigrationUpgradeTask
Upgrade task converting the use of the legacy workflow layouts in the propertyentry table to SHA256. This is needed for FedRAMP compliance in Jira Cloud to remove the usage of MD5 completely. Changes has to be made in Jira DC as well for compatibility with the changes in Cloud.

Currently, in the `propertyentry` table, workflow layouts are stored with the property key `jira.workflow.layout:`. The upgrade task will create a new property key `jira.workflow.layout.v6:` and copy the values from the old key to the new key.