How to Rollback Agile from 6.7 to be able to use Classic Boards
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
- Uninstall JIRA Agile
- Stop JIRA
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');
- Restart JIRA
- Upload JIRA Agile 6.6.80 manually from the Manage Add-ons page. Download Agile
Last modified on Nov 2, 2018
Powered by Confluence and Scroll Viewport.