public class

UpgradeTask_Build849

extends LegacyImmediateUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ com.atlassian.jira.upgrade.AbstractImmediateUpgradeTask
       ↳ com.atlassian.jira.upgrade.LegacyImmediateUpgradeTask
         ↳ com.atlassian.jira.upgrade.tasks.UpgradeTask_Build849

Class Overview

This upgrade task checks whether the clone link descriptions have been modified, and sets the "jira.clone.link.legacy.direction" flag to true if they have. The intent of this upgrade task is to prevent a sudden change in clone link behaviour for users who have already swapped the descriptions around to compensate for JRA-24563.

JRADEV-18245: Workflow permissions are probably wrong for renamed users JRA-24563: Clone operation creates links in the wrong direction

Summary

Constants
int BOOLEAN
String JIRA_CLONE_LINK_LEGACY_DIRECTION
int JIRA_PROPERTIES
Public Constructors
UpgradeTask_Build849(EntityEngine entityEngine, OfBizDelegator ofBizDelegator)
Public Methods
@Nullable String dependsUpon()
Return the Upgrade task id of another upgrade task that must be run prior to this task.
void doUpgrade(boolean setupMode)
String getBuildNumber()
String getShortDescription()
[Expand]
Inherited Methods
From class com.atlassian.jira.upgrade.LegacyImmediateUpgradeTask
From class com.atlassian.jira.upgrade.AbstractImmediateUpgradeTask
From class com.atlassian.jira.upgrade.AbstractUpgradeTask
From class java.lang.Object
From interface com.atlassian.jira.upgrade.UpgradeTask

Constants

public static final int BOOLEAN

Constant Value: 1 (0x00000001)

public static final String JIRA_CLONE_LINK_LEGACY_DIRECTION

Constant Value: "jira.clone.link.legacy.direction"

public static final int JIRA_PROPERTIES

Constant Value: 1 (0x00000001)

Public Constructors

public UpgradeTask_Build849 (EntityEngine entityEngine, OfBizDelegator ofBizDelegator)

Public Methods

@Nullable public String dependsUpon ()

Return the Upgrade task id of another upgrade task that must be run prior to this task.

public void doUpgrade (boolean setupMode)

Throws
Exception

public String getBuildNumber ()

public String getShortDescription ()