We recently upgraded from Jira 8.13 LTS to 8.20 LTS (Datacenter) and I seem to not be able to create new Advanced Roadmap Live Plans.
Before the upgrade I would simply create a new plan and revert to the old live plan interface but that option seems to be missing now and Avanced Roadmaps was migrated from an installed plugin to a system component, so I can not downgrade to an older version.
Is there still a way to create new live plans (even through some hack or API) in Jira 8.20 Datacenter?
We are aware that live plans are depricated and will not exist in Jira 9 but our existing Live Plans are still working fine and the the new "improved" interface is still pretty unusable and lacks basic features (like per-person capacity planing, default size for issues, value role-downs..).
I found the necessary REST API to convert the new plan type to an old live plans even with 8.20.
But this method should be concidered a hack and is neither supported nor intended by the developer, so procede with caution and at your own risk and do extensive testing in a non-productive environment.
All that is needed is a POST request against the following endpoint
https://<your-jira-instance-host>/jira/rest/jpo/1.0/plans/<id>/update
using this request body:
@Sebastian GayerI don't know if this is still relevant for you but I found you asking the same question (https://community.atlassian.com/t5/Advanced-Roadmaps-questions/Disable-improved-interface-in-Advance-Roadmaps-8-20/qaq-p/2032221) while researching the issue. Here is your actual answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Matthias Kannenberg Live Plans are no longer supported, they were part of Portfolio for Jira 2.x. So there is no way to create new Live Plans.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Live Plans are still supported in 8.20 and only go away fully in 9, but it seems the button to create (or rather, revert to the old liveplan ui) new live plans was removed between 8.13 and 8.20 to nudge people to use the new ones.
But Live Plans work fine in 8.20 and we have quite a few in use.
Since I can't use the new ones (because of missing features), I was looking for a way to use a Jira feature that is still officially supported and was wondering if there are any workarounds or APIs that could be used.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.