How to Rollback Agile from 6.7 to be able to use Classic Boards
目的
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.
ソリューション
- Uninstall JIRA Agile
- 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');
- Jira を再起動します。
- Upload JIRA Agile 6.6.80 manually from the Manage Add-ons page. Download Agile
最終更新日 2018 年 11 月 2 日
Powered by Confluence and Scroll Viewport.