com.atlassian.greenhopper.upgrade
Class GhUpgradeTask029

java.lang.Object
  extended by com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
      extended by com.atlassian.greenhopper.upgrade.GhUpgradeTask029
All Implemented Interfaces:
com.atlassian.sal.api.upgrade.PluginUpgradeTask

public class GhUpgradeTask029
extends AbstractGhUpgradeTask

In 6.1, we had introduced change history for the Epic Link, but we did not include the issue ID of the epic, only the issue key. This is not optimal for generating change history index fields for Epic Link.

Change Item records for the Epic Link and Epic Child fields will be changed as follows:

Before: oldvalue/newvalue - Issue Key; oldstring/newstring - null

After: oldvalue/newvalue - Issue ID; oldstring/newstring - Issue Key

Since:
v6.1.1

Field Summary
 
Fields inherited from class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
log
 
Constructor Summary
GhUpgradeTask029()
           
 
Method Summary
 int getBuildNumber()
           
 java.lang.String getShortDescription()
           
protected  void performUpgrade()
           
 
Methods inherited from class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
doUpgrade, getPluginKey, isReindexAllowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhUpgradeTask029

public GhUpgradeTask029()
Method Detail

getBuildNumber

public int getBuildNumber()

getShortDescription

public java.lang.String getShortDescription()

performUpgrade

protected void performUpgrade()
                       throws java.lang.Exception
Specified by:
performUpgrade in class AbstractGhUpgradeTask
Throws:
java.lang.Exception


Copyright © 2007-2014 Atlassian. All Rights Reserved.