Uses of Interface
com.atlassian.jira.upgrade.UpgradeTask
Packages that use UpgradeTask
Package
Description
-
Uses of UpgradeTask in com.atlassian.jira.dev.upgrade
Classes in com.atlassian.jira.dev.upgrade that implement UpgradeTaskModifier and TypeClassDescriptionclassThis is just no op implementation for testing purposes only. -
Uses of UpgradeTask in com.atlassian.jira.plugins.ha.container.warhack
Method parameters in com.atlassian.jira.plugins.ha.container.warhack with type arguments of type UpgradeTaskModifier and TypeMethodDescriptionvoidWarHacker.addUpgradeTask(Class<? extends UpgradeTask> upgradeTaskClass) Adds an upgrade task to the WAR and configures it with the next build number.Constructor parameters in com.atlassian.jira.plugins.ha.container.warhack with type arguments of type UpgradeTaskModifierConstructorDescriptionAddUpgradeTaskOperation(Class<? extends UpgradeTask> upgradeTaskClass) -
Uses of UpgradeTask in com.atlassian.jira.plugins.ha.container.warhack.operations
Constructor parameters in com.atlassian.jira.plugins.ha.container.warhack.operations with type arguments of type UpgradeTaskModifierConstructorDescriptionModifyUpgradesXmlOperation(Class<? extends UpgradeTask> upgradeTaskClass) -
Uses of UpgradeTask in com.atlassian.jira.upgrade
Classes in com.atlassian.jira.upgrade that implement UpgradeTaskModifier and TypeClassDescriptionclassclassclassclassOld upgrade tasks will extend this. -
Uses of UpgradeTask in com.atlassian.jira.upgrade.tasks
Classes in com.atlassian.jira.upgrade.tasks that implement UpgradeTaskModifier and TypeClassDescriptionclassclassThis upgrade task adds new scheme entities to the eventIdDestination of all notification schemes in JIRA.classclassUpgrade task converting the use of MD5 in the propertyentry table for workflow layouts to SHA256.classUpgrade task converting the use of the legacy workflow layouts in the propertyentry table to SHA256.classclassPerforms safe migration of new default colors in Look and Feel that aligns with the Light theme.classUpdate timezones stored in DB to match a change from Europe/Kiev to Europe/Kyiv, see https://jira.atlassian.com/browse/JSWSERVER-25984classGoes through all of the projects on the JIRA instance, assigning appropriate project types.classAfter the Renaissance migration, sets the application as the default ones based on the available licenses.classclassDeletes the version association for any issues that have a reference to a non-existent project version.classclassDeletes old issue-type-icon PNG-files that has been converted from SVG usingAvatarTranscoder.classIt will reset current admin settings for RTEclassAs we are introducing priority schemes this upgrade task will create default priority scheme with all priorities defined on the instance.classUpgrade task to make all clustered job ids unique and then add in the uniqueness constraint to the job id column.classJRASERVER-63002 Removal of old indexes...classclassJRASERVER-64928 Removal of old indexes...classDrops the single-column 'osproperty_all' index on the 'propertyentry' table.classDrops the single-column 'osproperty_entityName' index on the 'propertyentry' table.classThis task will add 2 new jira issue event types: archived and restored.classConverts timestamp of an archived project from the 'propertynumber' table to date and moves it to the 'propertydate' table.classUpgrade task that re-implements Embedded Crowd's https://stash.atlassian.com/projects/CWD/repos/crowd/browse/components/crowd-persistence-hibernate5/src/main/resources/liquibase/crowd_3_3_0/04_directory_attribute_value_type_migration.xml so it does: - remove null-valued attributes from CWD_DIRECTORY_ATTRIBUTE table and - promote the type of CWD_DIRECTORY_ATTRIBUTE.ATTRIBUTE_VALUE to CLOB on Oracle Database (for MySql, PostgreSQL and MsSqlServer the Entity Engine does the promotion)classUpgrade task to copy email templates from resources to Shared Jira Home.classclassThis upgrade task enables JIRA Index Snapshot Service by default to take a snapshot daily at 2am.classReplaces 'uk_mem_parent_child_type' and 'idx_mem_dir_parent_child' indexes with 'uk_mem_dir_parent_child'.classUpgrade task that adds index versions to issue, worklog and comment version tables.classThis upgrade task forces full reindex after upgrade to Jira 9 to have guaranteed versions for all issues, comments, worklogs and change history entities.classRemoves duplicate entries for (entityName, entityId, propertyKey) with different types leaving only the latest one.classUpgrade task marking issues from archived projects as archived in jiraissue table.