Class | Description |
---|---|
AbstractDarkFeatureEnablementTask |
This class is intended to be used by all upgrade tasks that turn on a feature flag for use when implementing ZDU features
It turns on a provided feature flag when the upgrade is run and clears the cache
(since the feature is turned on by directly modifying the database)
|
AbstractNotificationSchemeUpgradeTask |
This upgrade task adds new scheme entities to the eventIdDestination of all notification schemes in JIRA.
|
AbstractReindexUpgradeTask | |
DowngradeTask_Build70024 |
Downgrades avatar icons from SVG to PNG.
|
DowngradeTask_Build70027 |
It's a marker for the change to the attachment file system in 7.0 so that
it is know that this version of 6.4 onwards is able to read in the new file system
from exports by matching to the corresponding upgrade task.
|
DowngradeTask_Build810001 |
Removes mail server definitions with OAuth2 support
|
JiraUpgradeTaskFactory |
The upgrade factory for JIRA, this provides all of the
UpgradeTask s that can be run. |
UpgradeTask_Build70101 |
Goes through all of the projects on the JIRA instance, assigning appropriate project types.
|
UpgradeTask_Build70102 |
After the Renaissance migration, sets the application as the default ones based on the available licenses.
|
UpgradeTask_Build710001 | |
UpgradeTask_Build71001 |
Deletes the version association for any issues that have a reference to a non-existent project version.
|
UpgradeTask_Build711001 | |
UpgradeTask_Build712001 |
Task will set default value for Share Rights column in Share Permissions table.
|
UpgradeTask_Build72001 | |
UpgradeTask_Build72002 |
Deletes old issue-type-icon PNG-files that has been converted from SVG using
AvatarTranscoder . |
UpgradeTask_Build73002 |
It will reset current admin settings for RTE
|
UpgradeTask_Build73010 |
With the implementation of the new upgrade task framework we will begin to use a new table UpgradeTaskHistory to
store all of the entries for the Upgrades.
|
UpgradeTask_Build73011 |
Restore OS_CURRENTSTEP entries for all issues that are in final state and currently have no OS_CURRENTSTEP entries.
|
UpgradeTask_Build74002 |
This upgrade task enables the "Kanplan" feature, if not already enabled, then resets the FeatureManager cache.
|
UpgradeTask_Build75002 |
This upgrade task enables the "Kanplan epics and versions" feature
|
UpgradeTask_Build75003 |
This upgrade task enables the "Sprint goal" feature
|
UpgradeTask_Build75004 |
This upgrade task enables the "Edit closed sprint" feature
|
UpgradeTask_Build75005 |
This upgrade task enables the "split issue" feature.
|
UpgradeTask_Build76001 |
As we are introducing priority schemes this upgrade task will create default priority scheme with all priorities defined on the instance.
|
UpgradeTask_Build77001 |
Upgrade task to make all clustered job ids unique and then add in the uniqueness constraint to the job id column.
|
UpgradeTask_Build800000 | |
UpgradeTask_Build800003 |
JRASERVER-63002
Removal of old indexes...
|
UpgradeTask_Build800004 | |
UpgradeTask_Build800005 |
JRASERVER-64928
Removal of old indexes...
|
UpgradeTask_Build800006 |
Drops the single-column 'osproperty_all' index on the 'propertyentry' table.
|
UpgradeTask_Build800007 |
Drops the single-column 'osproperty_entityName' index on the 'propertyentry' table.
|
UpgradeTask_Build800009 | |
UpgradeTask_Build801000 |
This task will add 2 new jira issue event types: archived and restored.
|
UpgradeTask_Build804000 |
Converts timestamp of an archived project from the 'propertynumber' table to date and moves it to the 'propertydate'
table.
|
UpgradeTask_Build810001 |
Upgrade task that points build number where OAuth2 for mail changes
were introduced
|
UpgradeTask_Build811001 |
Upgrade 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)
|
UpgradeTask_Build812001 |
Upgrade task to encode mail server plain text passwords using base64.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.