How to Rollback Agile from 6.7 to be able to use Classic Boards

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

In Agile 6.7, the Classic boards have been removed according to Agile 6.7 Release Notes.

In some cases the JIRA Administrator may perform the upgrade without noticing the users are still using this feature and then a rollback will be needed to add this feature back.

Solution

 

 

  1. Uninstall JIRA Agile
  2. Stop JIRA
  3. Run the following update statements in JIRA's database

    UPDATE propertynumber SET propertyvalue = 46 WHERE id = (SELECT id FROM propertyentry WHERE property_key = 'GreenHopper.Upgrade.Latest.Upgraded.Version'); 
    UPDATE propertystring SET propertyvalue = '46' WHERE id = (SELECT id FROM propertyentry WHERE property_key = 'com.pyxis.greenhopper.jira:build');
  4. Restart JIRA
  5. Upload JIRA Agile 6.6.80 manually from the Manage Add-ons page. Download Agile

 

 

 

 

Last modified on Nov 2, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.