public class

UpgradeTask_Build849

extends AbstractUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ 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
int JIRA_PROPERTIES
Public Constructors
UpgradeTask_Build849(EntityEngine entityEngine, OfBizDelegator ofBizDelegator)
Public Methods
void doUpgrade(boolean setupMode)
Perform the upgrade.
String getBuildNumber()
String getShortDescription()
[Expand]
Inherited Methods
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 int JIRA_PROPERTIES

Constant Value: 1 (0x00000001)

Public Constructors

public UpgradeTask_Build849 (EntityEngine entityEngine, OfBizDelegator ofBizDelegator)

Public Methods

public void doUpgrade (boolean setupMode)

Perform the upgrade.

Parameters
setupMode Indicating this upgrade task is running during set up.
Throws
Exception

public String getBuildNumber ()

public String getShortDescription ()