public class

UpgradeTask_Build6085

extends AbstractUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ com.atlassian.jira.upgrade.tasks.UpgradeTask_Build6085

Class Overview

This upgrade task checks whether the clone link descriptions have been swapped (specifically the check introduced in 5.2.6 to resolve JRA-24563 is used), and sets the "jira.clone.link.legacy.direction" flag to true if they have. The intent of this upgrade task is to preserve a change in clone link behaviour introduced in JRA-24563 for users that might have already compensated for it.

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_Build6085(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_Build6085 (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 ()