Class UpgradeTask_Build10000001

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

public class UpgradeTask_Build10000001 extends AbstractMd5ToShaWorkflowMigrationUpgradeTask
Upgrade task converting the use of MD5 in the propertyentry table for workflow layouts 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.v5:`. 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.